vim-addon-completion : select and cycle completion function
| script karma |
Rating -1/1,
Downloaded by 2033 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Marc Weber |
| |
| script type |
| utility |
| |
| description |
This plugin defines a global list of available completion functions so that you can switch completion functions fast.
If you write a plugin which provides completion functions be kind to your users and use this plugin to never override the choice of a user.
You can register your completion function to a global list optionally specifying a filetype scope such as "xml".
When you start completion using <c-x><c-o> you'll be asked which completion function should be used if there are more than one available. This <c-x><c-o> mapping will set 'omnicomplete' by default.
completefunc will be set to the next completefunc automatically (if it wasn't set by you).
If you jump to a different buffer your last choice will be remembered depending on filetype.
Of course setting a default function can still be annoying. Thus you can just set it in a ftplugin file this way:
CFComplete haxe#CompleteClassName
Of course there are mappings to cycle through completion functions as well
Have a look at this description:
http://github.com/MarcWeber/vim-addon-completion/blob/master/doc/vim-addon-completion.txt |
| |
| install details |
Recommended way of installation:
http://www.vim.org/scripts/script.php?script_id=2905
If you install this plugin manually you also have to get the dependencies listed in the info file manually (tlib)
Enjoy and report bugs, please! |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|