Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 (g)vim 中开发,它通常工作正常。最近,它在文件保存操作期间开始冻结。在我的工作流程中,我节省了很多,所以这不是一个“小”问题。
在保存过程中查看 strace ,看起来 vim 扫描了完整的目录项目树,从运行它的文件夹开始。因此,要么 VIM 中存在错误(恕我直言,极不可能),要么我的配置有问题。
我没有安装很多插件,上周我添加的最后一个是vim-flake8。
我怎样才能找到问题?
谢谢。