AmbiCompletion : Ambiguous completion
script karma |
Rating 5/2,
Downloaded by 4557 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Shuhei Kubota |
|
script type |
utility |
|
description |
This script provides an ambiguous completion functionality.
A long function name, tired to type, a vague memory of spelling, ...
Ambiguous completion supports you with similar words in your buffer.
Your type does not need to match the beginning of answer word.
"egining" -> "beginning"
For those who are forgetful.
This is a fork of the first version of Word Fuzzy Completion.
(http://www.vim.org/scripts/script.php?script_id=3857)
adding architectural changes(mainly no need +python), middle-word-match, global candidates, speed tuning.
Usage:
1. Set completefunc to g:AmbiCompletion.
:set completefunc=g:AmbiCompletion
:set completefunc=g:AmbiCompletion9 "if you download ambicompletion9.vim
"optional
:inoremap <C-U> <C-X><C-U>
Variables:
(A right hand side value is a default value.)
g:AmbiCompletion_cacheCheckpoint = 50
cache-updating interval.
The cache is updated when changedtick progresses by this value.
Commands:
AmbiCompletionRefreshCache
clear the cache.
|
|
install details |
Put this plugin in your plugin directory(e.g. $VIMRUNTIME/plugin).
Then source it or restart VIM. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|