如果在 vim 中写入只读文件,如何自动打开文件进行编辑?
这非常类似于:
除了这里提供的解决方案之外,我希望 vim 仅在文件仍然只读时才要求确认。
换句话说,如果我这样做 :w,我不希望 vim 说该文件是只读的。它应该使用 perforce 自动打开文件进行编辑,并且只有当文件仍然为只读时,它才会要求确认。
This is very similar to:
Vim auto commands: writing a read-only file?
Except that in addition to the solution presented there, I want vim to only ask for confirmation if the file is still read-only.
In other words, if I do :w, I do not want vim to say that the file is read-only. It should automatically open the file for edit using perforce, and only if the file is still read-only should it then ask for confirmation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能还对 vim 的Perforce 插件感兴趣。
You might also be interested in the Perforce plugin for vim.