sponsor Vim development Vim logo Vim Book Ad

vimcompcrtr : Script that makes creating completion functions much easier.

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

created by
ZyX
 
script type
utility
 
description
**This plugin is deprecated. Use FWC DSL provided by frawor (vimscript #3631) instead**

This plugin makes creating custom completion functions much easier.

Features:
    — Ability to get variants from list and from dictionary keys
    — Ability to get variants from custom function
    — Allows modifying the completion description

Documentation: http://vimpluginloader.sourceforge.net/doc/comp.txt.html
Project page: http://sourceforge.net/projects/vimcompcrtr
Dependencies (you do not need to install them by yourself, see installation details):
vimscript #3184, http://sourceforge.net/projects/vimpluginloader
vimscript #3186, http://sourceforge.net/projects/vimstuff
vimscript #3187, http://sourceforge.net/projects/vimargumentchec
vimscript #3325, http://bitbucket.org/ZyX_I/vim-fileutils/overview
 
install details
You can install this plugin using scriptmanager (vimscript #2905) plugin (install scriptmanager, run ``ActivateAddons vimpluginloader'' and add ``call vam#ActivateAddons(["vimpluginloader"])'' to your .vimrc. Vim-addon-manager will install all dependencies for you). You can also use archives attached to this page, they contain plugin with all dependencies, so you do not need to fetch them yourself. Note that vimscript #3186's and this plugin's archives contain the same files.

Gentoo users can use the following mercurial overlay: http://vimpluginloader.hg.sourceforge.net:8000/hgroot/vimpluginloader/pluginloader-overlay.
 

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
vimcompcrtr-1.5.3.tar.gz 1.5.3 2010-12-19 7.3 ZyX Fixed two bugs:
Completing of all no* alternatives
Not completing the only possible prefix if prefix truncating is allowed
vimcompcrtr-1.5.2.tar.gz 1.5.2 2010-12-18 9999 ZyX Reposting bundle due to core plugins update
vimcompcrtr-1.5.2.tar.gz 1.5.2 2010-12-18 7.3 ZyX Added alternating prefixes support
vimcompcrtr-1.5.tar.gz 1.5 2010-12-15 7.3 ZyX Greatly improved `pref' model
vimcompcrtr-1.3.3.tar.gz 1.3.3 2010-12-12 7.3 ZyX Made pref model less strict about prefixes
vimcompcrtr-1.3.2.tar.gz 1.3.2 2010-11-25 7.3 ZyX Made `escape' escape less characters by default
vimcompcrtr-1.3.1.tar.gz 1.3.1 2010-11-25 7.3 ZyX Fixed file completion
vimcompcrtr-1.3.tar.gz 1.3 2010-11-21 7.3 ZyX !!! Changed `file' argument description syntax
Added =file and =file! argument descriptions (see documenation)
vimcompcrtr-1.2.3.tar.gz 1.2.3 2010-11-21 7.3 ZyX Made file completion not prepend ./ when completing empty string
vimcompcrtr-1.2.2.tar.gz 1.2.2 2010-11-20 7.3 ZyX Various file completion fixes
vimcompcrtr-1.2.1.tar.gz 1.2.1 2010-11-20 9999 ZyX Reposting bundle due to core plugins update
vimcompcrtr-1.2.1.tar.gz 1.2.1 2010-11-14 7.3 ZyX Added TrailingSeparator option (affects directory completion)
vimcompcrtr-1.2.tar.gz 1.2 2010-11-10 7.2 ZyX Improved filename completion, added insert mode completion support
vimcompcrtr-1.1.1.tar.gz 1.1.1 2010-09-10 7.2 ZyX Fixed filename completion
vimcompcrtr-1.1.tar.gz 1.1 2010-08-27 7.2 ZyX Added input() completion support and simple `words' model (argument model that ignores context)
vimcompcrtr-1.0.1.tar.gz 1.0.1 2010-08-24 7.2 ZyX Fixed dependency list
vimcompcrtr-1.0.tar.gz 1.0 2010-08-22 7.2 ZyX Initial upload
vimcompcrtr-1.0.tar.xz 1.0 2010-08-04 7.2 ZyX Initial upload
ip used for rating: 18.116.42.208

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