1

I'm using vim with python-mode plugin. When I quit vim with wq or q, the code check on the bottom doesn't quit. Just wondering if there is a config for quitting code check when vim quit? Thanks

enter image description here

enter image description here

5
  • I don't use that plugin but looks like it keeps the location list window open while you code? You can use :wqa or :qa to close all windows. Commented Aug 19, 2016 at 17:56
  • I also don't use that plugin but it sounds something like this issue: stackoverflow.com/questions/2066590/…, so it might be usefull to you! Commented Aug 19, 2016 at 19:29
  • @iovis, thanks! :wqa or :qa works fine with me Commented Aug 19, 2016 at 21:01
  • @dNitro, I changed a little bit of the vimscript from here: github.com/scrooloose/nerdtree/issues/21 and it works on my vim. Thanks! Commented Aug 19, 2016 at 21:01
  • @yfeng maybe you could post what you modified as an answer and accept it? glad you found a solution. Commented Feb 2, 2017 at 17:15

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.