Skip to content

Instantly share code, notes, and snippets.

@basyura
Created June 2, 2012 23:39
Show Gist options
  • Save basyura/2860510 to your computer and use it in GitHub Desktop.
Save basyura/2860510 to your computer and use it in GitHub Desktop.
neco-tweetvim
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