popup_it : Auto complete popup plugin
| script karma |
Rating 34/15,
Downloaded by 1333 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| su su |
| |
| script type |
| utility |
| |
| description |
use regexp to match line pattern
then auto popup complete menu.
default support c c.gtk tex html css javascript
" let g:usrPopup= {}
" let s:usrPopup["type"] = [
" \ {'cmd' : "\<c-n>",
" \ 'pattern' : ['xx', 'yy'],
" \ 'exclude' : ['zz'],
" \ },
" \{item2}
" \{item3}
" \]
|
| |
| install details |
| Put this file in your VIM plugins dir |
| |
script versions (upload new version)
Click on the package to download.
| popup_it.vim |
1.07 |
2010-04-25 |
6.0 |
su su |
Let input more smooth
Set autopopup delay time.
let g:PopupDelayTime=400
put it to .vimrc (ms) |
ip used for rating: 216.73.216.130
|