Skip to content

Instantly share code, notes, and snippets.

@eagletmt
Created February 23, 2012 07:54
Show Gist options
  • Save eagletmt/1891400 to your computer and use it in GitHub Desktop.
Save eagletmt/1891400 to your computer and use it in GitHub Desktop.
function! Omni(findstart, base)
return a:findstart ? -1 : ['foo', 'bar']
endfunction
set omnifunc=Omni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment