CFWheels Dictionary : dictionary file for CFWheel functions
script karma |
Rating 2/5,
Downloaded by 614 |
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. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.148.235.247
|