Archive

Posts Tagged ‘plugin’

Vim – plugin doc can’t be open

December 4th, 2010 No comments

As a novice vim user, I found that when I install a new plugin and installed the documentation into ~/.vim/doc folder, but when I try to read the documentation (e.g. “:help NERD_tree.txt” vim displays an error message “E149: Sorry, no help for
NERD_tree.txt”. This can be easily fixed by the following:

:helptags ~/.vim/doc

Categories: Technology Tags: , ,