Add entry in FAQ about automatic import insertion breaking undo

This commit is contained in:
micbou 2018-08-09 00:42:56 +02:00
parent 15362d9cb8
commit 713515167f
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 13 additions and 0 deletions

View File

@ -3335,6 +3335,11 @@ and therefore is not supported. The recommended way to solve this is to run
If you want completion in Anaconda projects, set If you want completion in Anaconda projects, set
`g:ycm_python_binary_path` to point to the full path of your Anaconda python. `g:ycm_python_binary_path` to point to the full path of your Anaconda python.
### Automatic import insertion after selecting a completion breaks undo
This is a Vim bug fixed in version 8.1.0256. Update your Vim to this version or
later.
Contributor Code of Conduct Contributor Code of Conduct
--------------------------- ---------------------------

View File

@ -179,6 +179,7 @@ module could not be loaded" |youcompleteme-on-windows-i-get-e887-sorry-this-comm
34. I want to defer loading of YouCompleteMe until after Vim finishes booting |i-want-to-defer-loading-of-youcompleteme-until-after-vim-finishes-booting| 34. I want to defer loading of YouCompleteMe until after Vim finishes booting |i-want-to-defer-loading-of-youcompleteme-until-after-vim-finishes-booting|
35. YCM does not shut down when I quit Vim |youcompleteme-ycm-does-not-shut-down-when-i-quit-vim| 35. YCM does not shut down when I quit Vim |youcompleteme-ycm-does-not-shut-down-when-i-quit-vim|
36. YCM does not work with my Anaconda Python setup |youcompleteme-ycm-does-not-work-with-my-anaconda-python-setup| 36. YCM does not work with my Anaconda Python setup |youcompleteme-ycm-does-not-work-with-my-anaconda-python-setup|
37. Automatic import insertion after selecting a completion breaks undo |youcompleteme-automatic-import-insertion-after-selecting-completion-breaks-undo|
14. Contributor Code of Conduct |youcompleteme-contributor-code-of-conduct| 14. Contributor Code of Conduct |youcompleteme-contributor-code-of-conduct|
15. Contact |youcompleteme-contact| 15. Contact |youcompleteme-contact|
16. License |youcompleteme-license| 16. License |youcompleteme-license|
@ -3604,6 +3605,13 @@ therefore is not supported. The recommended way to solve this is to run
If you want completion in Anaconda projects, set |g:ycm_python_binary_path| to If you want completion in Anaconda projects, set |g:ycm_python_binary_path| to
point to the full path of your Anaconda python. point to the full path of your Anaconda python.
-------------------------------------------------------------------------------
*youcompleteme-automatic-import-insertion-after-selecting-completion-breaks-undo*
Automatic import insertion after selecting a completion breaks undo ~
This is a Vim bug fixed in version 8.1.0256. Update your Vim to this version or
later.
=============================================================================== ===============================================================================
*youcompleteme-contributor-code-of-conduct* *youcompleteme-contributor-code-of-conduct*
Contributor Code of Conduct ~ Contributor Code of Conduct ~