Vimscript is the scripting language built into the text editor Vim. It can also be referred to as "Vim Language" or "VimL".

learn more… | top users | synonyms

2
votes
0answers
72 views
+100

How to use both pman and custom help files in Vim with the viewdoc plugin?

When editing PHP files I want to use help files from two sources: vim help files in /etc/vim/bundle/yii-api-vim/doc/ from here. PHP man pages with pman If there's no help available from the help ...