autolisp-help : Vim style help file of Auto/Visual Lisp functions
| script karma |
Rating 5/4,
Downloaded by 1055 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Mark Thomas |
| |
| script type |
| utility |
| |
| description |
This is a Vim style help file of Auto/Visual Lisp functions.
Place it in vimfiles/doc/ and use :helptags {dir} to generate
a new tags file. I also have this mapping in my vimrc file.
map <leader>hh :he <C-R><C-W><CR>
Place your cursor on a function and type '\hh' or what ever you have 'leader' set to.
Or can simply type :he <AutoLISP function> to open the help file to a function.
See Vim help
:he helptags
:he leader
|
| |
| install details |
Place autolisp-help.txt in vimfiles/doc/
Use :helptags {dir}
Example :helptags $home/vimfiles/doc
Where $home = C:/Documents and Settings/Mark/ |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|