简体   繁体   中英

error message when trying to generate help tags for surround.vim

当我尝试通过将其放置在vimfiles文件夹中来安装Surround.vim时,我不确定vimrc是否需要更改两者,并且我在编辑器中遇到错误e149尝试生成帮助标签时无法打开文件进行写入,任何人都可以建议?

Are you on windows?

Your setup is supposed to look like that:

%userprofile%\vimfiles\plugin\surround.vim
%userprofile%\vimfiles\doc\surround.txt

After you are done, start Vim and issue the following command to add surround's documentation to the general :help :

:helptags \path\to\vimfiles\doc

You can now do :help surround .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM