Vim is more and more slow each time I save (:w) until 10 min after 4 or 5 save.
I use gvim on windows.
I find that How to see which plugins are making Vim slow?
but when I run :version
, it indicates me profile features isn't included. I have clean all plugin to see if problem come from them, but nothing changed.
Please help.
Asked
Active
Viewed 78 times
0

Community
- 1
- 1

codeur4life
- 9
- 2
-
It takes 10 minutes to save after 4 or 5 saves or it starts to slow down after 10 minutes of use (which happens to be 4 or 5 saves)? Are you saving to disk or a network location? – Mr. Llama Sep 23 '15 at 21:22
-
Slow to write to disk, or slow to react when you press a touch ? – Ôrel Sep 23 '15 at 22:38
-
2My guess would be you have a stray autocmd that keeps getting resourced. http://stackoverflow.com/a/18025045/1890567 – FDinoff Sep 23 '15 at 23:27
-
my _vimrc https://gist.github.com/codeur4/fba59ef300fe15fb8e34 – codeur4life Sep 24 '15 at 10:48
-
I found the solution !! I delete this line in my vimrc file : `autocmd BufWritePost .vimrc,_vimrc source $MYVIMRC` ty for all your advice – codeur4life Sep 24 '15 at 16:29
-
I indicated why it is different from the other question : I don't have profil so the related answer won't help me – codeur4life Sep 24 '15 at 16:44