微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

如何告诉VIM将viminfo文件存储在别的地方?

是否可以告诉 vim将其 viminfo文件保存在别的地方?
如在.vim文件夹中
尝试将set viminfo = n〜/ .vim / viminfo添加到〜/ .vimrc文件中.来自:help’viminfo’:
n       Name of the viminfo file.  The name must immediately follow
            the 'n'.  Must be the last one!  If the "-i" argument was
            given when starting Vim,that file name overrides the one
            given here with 'viminfo'.  Environment variables are expanded
            when opening the file,not when setting the option.

原文地址:https://www.jb51.cc/vim/386371.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐