Auto merge of #3277 - micbou:vim-nerdtree-tabs, r=micbou

[READY] Remove the vim-nerdtree-tabs plugin from FAQ

[vim-nerdtree-tabs](https://github.com/jistr/vim-nerdtree-tabs) fixed the issue preventing the `VimLeave` event from triggering some time ago. See PR https://github.com/jistr/vim-nerdtree-tabs/pull/92. Remove the plugin from the FAQ.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3277)
<!-- Reviewable:end -->
This commit is contained in:
zzbot 2018-12-23 09:51:52 -08:00 committed by GitHub
commit c88ca8abdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 16 deletions

View File

@ -3307,10 +3307,10 @@ augroup END
YCM relies on the `VimLeave` event to shut down the [ycmd server][ycmd]. Some YCM relies on the `VimLeave` event to shut down the [ycmd server][ycmd]. Some
plugins prevent this event from triggering by exiting Vim through an autocommand plugins prevent this event from triggering by exiting Vim through an autocommand
without using the `nested` keyword (see `:h autocmd-nested`). One of these without using the `nested` keyword (see `:h autocmd-nested`). You should
plugins is [vim-nerdtree-tabs][]. You should identify which plugin is identify which plugin is responsible for the issue and report it to the plugin
responsible for the issue and report it to the plugin author. Note that when author. Note that when this happens, [ycmd][] will automatically shut itself
this happens, [ycmd][] will automatically shut itself down after 30 minutes. down after 30 minutes.
### YCM does not work with my Anaconda Python setup ### YCM does not work with my Anaconda Python setup
@ -3434,7 +3434,6 @@ This software is licensed under the [GPL v3 license][gpl].
[vim_win-python2.7.11-bug_workaround]: https://github.com/vim/vim-win32-installer/blob/a27bbdba9bb87fa0e44c8a00d33d46be936822dd/appveyor.bat#L86-L88 [vim_win-python2.7.11-bug_workaround]: https://github.com/vim/vim-win32-installer/blob/a27bbdba9bb87fa0e44c8a00d33d46be936822dd/appveyor.bat#L86-L88
[gitter]: https://gitter.im/Valloric/YouCompleteMe [gitter]: https://gitter.im/Valloric/YouCompleteMe
[ninja-compdb]: https://ninja-build.org/manual.html [ninja-compdb]: https://ninja-build.org/manual.html
[vim-nerdtree-tabs]: https://github.com/jistr/vim-nerdtree-tabs
[++enc]: http://vimdoc.sourceforge.net/htmldoc/editing.html#++enc [++enc]: http://vimdoc.sourceforge.net/htmldoc/editing.html#++enc
[rustup]: https://www.rustup.rs/ [rustup]: https://www.rustup.rs/
[contributing-md]: https://github.com/Valloric/YouCompleteMe/blob/master/CONTRIBUTING.md [contributing-md]: https://github.com/Valloric/YouCompleteMe/blob/master/CONTRIBUTING.md

View File

@ -3563,10 +3563,10 @@ YCM does not shut down when I quit Vim ~
YCM relies on the 'VimLeave' event to shut down the ycmd server [46]. Some YCM relies on the 'VimLeave' event to shut down the ycmd server [46]. Some
plugins prevent this event from triggering by exiting Vim through an plugins prevent this event from triggering by exiting Vim through an
autocommand without using the 'nested' keyword (see ':h autocmd-nested'). One autocommand without using the 'nested' keyword (see ':h autocmd-nested'). You
of these plugins is vim-nerdtree-tabs [83]. You should identify which plugin is should identify which plugin is responsible for the issue and report it to the
responsible for the issue and report it to the plugin author. Note that when plugin author. Note that when this happens, ycmd [46] will automatically shut
this happens, ycmd [46] will automatically shut itself down after 30 minutes. itself down after 30 minutes.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
*youcompleteme-ycm-does-not-work-with-my-anaconda-python-setup* *youcompleteme-ycm-does-not-work-with-my-anaconda-python-setup*
@ -3599,7 +3599,7 @@ later.
Contributor Code of Conduct ~ Contributor Code of Conduct ~
Please note that this project is released with a Contributor Code of Conduct Please note that this project is released with a Contributor Code of Conduct
[84]. By participating in this project you agree to abide by its terms. [83]. By participating in this project you agree to abide by its terms.
=============================================================================== ===============================================================================
*youcompleteme-contact* *youcompleteme-contact*
@ -3609,7 +3609,7 @@ If you have questions about the plugin or need help, please join the Gitter
room [1] or use the ycm-users [77] mailing list. room [1] or use the ycm-users [77] mailing list.
If you have bug reports or feature suggestions, please use the issue tracker If you have bug reports or feature suggestions, please use the issue tracker
[85]. Before you do, please carefully read CONTRIBUTING.md [59] as this asks [84]. Before you do, please carefully read CONTRIBUTING.md [59] as this asks
for important diagnostics which the team will use to help get you going. for important diagnostics which the team will use to help get you going.
The latest version of the plugin is available at The latest version of the plugin is available at
@ -3624,7 +3624,7 @@ YouCompleteMe maintainers directly using the contact details.
*youcompleteme-license* *youcompleteme-license*
License ~ License ~
This software is licensed under the GPL v3 license [86]. © 2015-2018 This software is licensed under the GPL v3 license [85]. © 2015-2018
YouCompleteMe contributors YouCompleteMe contributors
=============================================================================== ===============================================================================
@ -3713,9 +3713,8 @@ References ~
[80] http://stackoverflow.com/questions/14552348/runtime-error-r6034-in-embedded-python-application/34696022 [80] http://stackoverflow.com/questions/14552348/runtime-error-r6034-in-embedded-python-application/34696022
[81] https://github.com/vim/vim/issues/717 [81] https://github.com/vim/vim/issues/717
[82] https://github.com/vim/vim-win32-installer/blob/a27bbdba9bb87fa0e44c8a00d33d46be936822dd/appveyor.bat#L86-L88 [82] https://github.com/vim/vim-win32-installer/blob/a27bbdba9bb87fa0e44c8a00d33d46be936822dd/appveyor.bat#L86-L88
[83] https://github.com/jistr/vim-nerdtree-tabs [83] https://github.com/Valloric/YouCompleteMe/blob/master/CODE_OF_CONDUCT.md
[84] https://github.com/Valloric/YouCompleteMe/blob/master/CODE_OF_CONDUCT.md [84] https://github.com/Valloric/YouCompleteMe/issues?state=open
[85] https://github.com/Valloric/YouCompleteMe/issues?state=open [85] http://www.gnu.org/copyleft/gpl.html
[86] http://www.gnu.org/copyleft/gpl.html
vim: ft=help vim: ft=help