sponsor Vim development Vim logo Vim Book Ad

popup_it : Auto complete popup plugin

 script karma  Rating 34/15, Downloaded by 1180  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
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: 3.21.106.69

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github