学习vim: http://www.vim.org/ Ocial site http://chronos.cs.msu.su/vim/newsgroup.html Newsgroup and Usenet http://groups.yahoo.com/group/vim Speci c newsgroup http://u.webring.com/hub?ring=vim VIM Webring http://www.truth.sk/vim/vimbook-OPL.pdf Vim Boo
usr_doc.txt Page 1 *usr_toc.txt* For Vim version 7.2. Last change: 2006 Apr 24 VIM USER MANUAL − by Bram Moolenaar Table Of Contents *user−manual* =================================================== =========================== Overview ~ Getting Sta
Vimdoc-为vim插件生成帮助文件
Vimdoc从vimscr ipt文件中的文档生成vim帮助文件。 您可以这样注释vimscr ipt:
""
" This is my function. It does different things to the {required} argument,
" depending upon the [optional] argument.
function! myplugin#MyFunction(required, ...) abort
..