Skip to content

c9s/vimomni.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Omni Completion

although vim has its own completion (C-x C-v), but it''s leak of something

vim omni supports:

* builtin command name completion.
* builtin function name completion.
* runtime command completion.
* runtime function name completion.
* g:,s:.. scope completion.
* option name completion.
* autocommand event name completion
* feature name completion.

INSTALL

copy ftplugin/vim/omni.vim to your ~/.vim/ftplugin/vim/omni.vim

USE

function name: cal

command name: com!

var name: let g:

autocmd event: autocmd

option name: set

feature name: if has(

SCREENSHOT

About

a better completion for VimL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published