sponsor Vim development Vim logo Vim Book Ad

asynccompl : A simple asynchronous complete plugin

 script karma  Rating 1/1, Downloaded by 1282  Comments, bugs, improvements  Vim wiki

created by
fanhe
 
script type
utility
 
description
A simple asynchronous complete plugin, it will run simply and silently in background :)

Depends:
- vim 7.3.196 or later
- +python feature
- +clientserver feature (optional)

* asynccompl only supports ASCII completion of the current buffer currently

Options:
* g:asynccompl_autostart_filetype  default: ['all']
    asynccompl will autostart in these filetype, and the 'all' means always start

* g:asynccompl_autostop_filetype   default: []
    asynccompl will stop in these filetype

Suggestions:
- If you wish always start asynccompl, just not need to configure.

- If you wish just start asynccompl in c, cpp filetype, just add the follow to your .vimrc
    let g:asynccompl_autostart_filetype = ['c', 'cpp']

- If you wish just stop asynccompl in c, cpp filetype, just add the follow to your .vimrc
    let g:asynccompl_autostop_filetype = ['c', 'cpp']
 
install details
extract and put all folders and files of asynccompl folder into ~/.vim
 

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
asynccompl-0.110-build20151101.tar.bz2 0.110 2015-11-01 7.3 fanhe o Fix :bd<CR> and reopen issue
asynccompl-0.100-build20150621.tar.bz2 0.100 2015-06-21 7.3 fanhe Initial upload
ip used for rating: 216.73.216.4

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github