How to make the corresponding plug-in also exit when vim exits?
淡淡烟草味
淡淡烟草味 2017-05-16 16:36:47
0
2
732

The nerdtree plug-in will not close automatically. You must enter: q to close it.
If the syntastic plug-in prompts that there is a problem with the code syntax, the plug-in will not automatically close when exiting. You must enter: q to close.
How to set it up so that they can exit automatically.

淡淡烟草味
淡淡烟草味

reply all(2)
Ty80
:qa  “退出全部窗口

nerdtree has the option to set up automatic exit

let NERDTreeQuitOnOpen=1
某草草

Use :x to exit

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!