Created
June 2, 2012 23:39
-
-
Save basyura/2860510 to your computer and use it in GitHub Desktop.
neco-tweetvim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function! s:source.get_complete_words(cur_keyword_pos, cur_keyword_str) | |
let keywords = map(tweetvim#cache#get('hash_tag'), | |
\ "{ 'word' : v:val, 'menu' : '[tweetvim]' }") | |
return neocomplcache#keyword_filter(keywords, a:cur_keyword_str) | |
endfunction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment