When I kill the xterm running Vim, the Vim process continues to run

and takes up a lot of CPU (99%) time. Why is this happening? When Vim is built with support for Python interface, you will have this problem. This is a known problem with the python thread library and Vim. To solve this problem, use a Vim binary built without the Python interface. For more information, read: +python python

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind