sponsor Vim development Vim logo Vim Book Ad

CFWheels Dictionary : dictionary file for CFWheel functions

 script karma  Rating 2/5, Downloaded by 528  Comments, bugs, improvements  Vim wiki

created by
travis spangle
 
script type
syntax
 
description
Functions where taken from http://cfwheels.org/docs/function and placed into a vim dictionary file for code completion.

This was created for use at http://www.peaksystems.com, we hope you find use for it as well.
 
install details
place CFWheels.dict in ~/.vim/dic/

------Then place the following lines in your .vimrc-------
au BufRead,BufNewFile *.cfm,*.cfc set dictionary+=~/.vim/dic/CFWheels.dict
"set completion matching on
set complete-=k complete+=k
"case insensitive
set ignorecase

-------->end

You can then reload the changes with
     :so %
or
     :source $MYVIMRC
depending on what global variables you have access to.
 

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
CFWheels.dict 1 2010-06-07 6.0 travis spangle Initial upload
ip used for rating: 18.221.222.47

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