StringComplete : Insert-completion for quoted strings
script karma |
Rating 20/20,
Downloaded by 1198 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Peter Hodge |
|
script type |
utility |
|
description |
This script allows you to auto-complete quoted strings ("..." and '...') in the same way that you can complete keywords or filenames.
If you have any trouble installing or using, email me toomuchphp-vim at yahoo.com. |
|
install details |
Put StringComplete.vim into ~/.vim/autoload/ or c:\Program Files\vim\vimfiles\autoload\
To map a keystroke such as CTRL-J to get the list of strings, add the following command to
your .vimrc:
inoremap <C-J> <C-O>:set completefunc=StringComplete#GetList<CR><C-X><C-U>
After pressing CTRL-J in insert mode, the first matching string will be inserted. Then, use
CTRL-N and CTRL-P to cycle through the completion list.
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.174
|