Auto merge of #3111 - micbou:autoimport-undo-faq, r=micbou
[READY] Add entry in FAQ about automatic import insertion breaking undo
Issue #3054 is fixed in [Vim 8.1.0256 or later](9fa9506853
). Mention it in the FAQ.
Closes #3054.
<!-- 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/3111)
<!-- Reviewable:end -->
This commit is contained in:
commit
14ed326842
@ -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
|
||||
`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
|
||||
---------------------------
|
||||
|
||||
|
@ -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|
|
||||
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|
|
||||
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|
|
||||
15. Contact |youcompleteme-contact|
|
||||
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
|
||||
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*
|
||||
Contributor Code of Conduct ~
|
||||
|
Loading…
Reference in New Issue
Block a user