vim备份文件

发布于 2024-11-28 12:50:53 字数 210 浏览 1 评论 0原文

好吧,我很尴尬地承认我在 Vim 中备份文件时遇到了麻烦。这是我的 .vimrc 中的内容:

set backup
set backupdir=~/backup/
set dir=~/backup/

它位于文件的最底部。目前还没有生成 .bak 或 .swp 文件。我已经验证该目录存在。有人对此有什么想法吗?

谢谢...

Ok, I'm embarrassed to admit I'm having trouble with backup files in Vim. Here's what's in my .vimrc:

set backup
set backupdir=~/backup/
set dir=~/backup/

And it's at the very bottom of the file. At the moment no .bak or .swp files are ever generated. I've verified that the directory exists. anyone have any ideas that I can pursue on this?

thanks...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北方的巷 2024-12-05 12:50:53

首先我会检查 init 是否达到了这一点。例如,启动 vim 后,我会发出以下一些问题:

:set backup?
:set backupdir?
:set dir?

如果上述任何内容与您的设置不符,那么您的 .vimrc,并且 init 因该错误而退出。

当然,您可以检查 ~/backup 目录是否具有写入权限...

HTH

First of all I'd check if the init gets to that point. E.g. after starting vim, I'd issue some of these:

:set backup?
:set backupdir?
:set dir?

If any of the above doesn't correspond to your settings then some error(s) should be in your .vimrc, and the init exits on that error.

Of course you can check if the ~/backup dir has write access...

HTH

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文