diff --git a/README.md b/README.md index 869639b7..e6432455 100644 --- a/README.md +++ b/README.md @@ -2507,11 +2507,6 @@ fixes that should make YCM work with such a configuration. Also rebuild Macvim then. If you still get problems with this, see [issue #18][issue18] for suggestions. -### Vim segfaults when I use the semantic completer in Ruby files - -This was caused by a Vim bug. Update your version of Vim (Vim 7.3.874 is known -to work, earlier versions may also fix this issue). - ### I get `LONG_BIT definition appears wrong for platform` when compiling Look at the output of your CMake call. There should be a line in it like the diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index ce91fd8f..7c84f921 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -136,33 +136,32 @@ Contents ~ 10. I get "'GLIBC_2.XX' not found (required by libclang.so)" when starting Vim |GLIBC_2.XX-not-found()| 11. I'm trying to use a Homebrew Vim with YCM and I'm getting segfaults |youcompleteme-im-trying-to-use-homebrew-vim-with-ycm-im-getting-segfaults| 12. I have a Homebrew Python and/or MacVim; can't compile/SIGABRT when starting |youcompleteme-i-have-homebrew-python-and-or-macvim-cant-compile-sigabrt-when-starting| - 13. Vim segfaults when I use the semantic completer in Ruby files |youcompleteme-vim-segfaults-when-i-use-semantic-completer-in-ruby-files| - 14. I get 'LONG_BIT definition appears wrong for platform' when compiling |LONG_BIT-definition-appears-wrong-for-platform| - 15. I get 'libpython2.7.a [...] relocation R_X86_64_32' when compiling |libpython2.7.a-...-relocation-R_X86_64_32| - 16. I get 'Vim: Caught deadly signal SEGV' on Vim startup |Vim:-Caught-deadly-signal-SEGV| - 17. I get 'Fatal Python error: PyThreadState_Get: no current thread' on startup |Fatal-Python-error:-PyThreadState_Get:-no-current-thread| - 18. |install.py| says python must be compiled with '--enable-framework'. Wat? - 19. YCM does not read identifiers from my tags files |youcompleteme-ycm-does-not-read-identifiers-from-my-tags-files| - 20. 'CTRL-U' in insert mode does not work |CTRL-sub-U| - 21. YCM conflicts with UltiSnips TAB key usage |youcompleteme-ycm-conflicts-with-ultisnips-tab-key-usage| - 22. Snippets added with |:UltiSnipsAddFiletypes| do not appear in the popup menu - 23. Why isn't YCM just written in plain VimScript, FFS? |youcompleteme-why-isnt-ycm-just-written-in-plain-vimscript-ffs| - 24. Why does YCM demand such a recent version of Vim? |youcompleteme-why-does-ycm-demand-such-recent-version-of-vim| - 25. I get annoying messages in Vim's status area when I type |youcompleteme-i-get-annoying-messages-in-vims-status-area-when-i-type| - 26. Nasty bugs happen if I have the 'vim-autoclose' plugin installed |vim-sub-autoclose| - 27. Is there some sort of YCM mailing list? I have questions |youcompleteme-is-there-sort-of-ycm-mailing-list-i-have-questions| - 28. I get an internal compiler error when installing |youcompleteme-i-get-an-internal-compiler-error-when-installing| - 29. I get weird errors when I press 'Ctrl-C' in Vim |Ctrl-sub-C| - 30. Why did YCM stop using Syntastic for diagnostics display? |youcompleteme-why-did-ycm-stop-using-syntastic-for-diagnostics-display| - 31. Completion doesn't work with the C++ standard library headers |youcompleteme-completion-doesnt-work-with-c-standard-library-headers| - 32. When I open a JavaScript file, I get an annoying warning about '.tern-project' + 13. I get 'LONG_BIT definition appears wrong for platform' when compiling |LONG_BIT-definition-appears-wrong-for-platform| + 14. I get 'libpython2.7.a [...] relocation R_X86_64_32' when compiling |libpython2.7.a-...-relocation-R_X86_64_32| + 15. I get 'Vim: Caught deadly signal SEGV' on Vim startup |Vim:-Caught-deadly-signal-SEGV| + 16. I get 'Fatal Python error: PyThreadState_Get: no current thread' on startup |Fatal-Python-error:-PyThreadState_Get:-no-current-thread| + 17. |install.py| says python must be compiled with '--enable-framework'. Wat? + 18. YCM does not read identifiers from my tags files |youcompleteme-ycm-does-not-read-identifiers-from-my-tags-files| + 19. 'CTRL-U' in insert mode does not work |CTRL-sub-U| + 20. YCM conflicts with UltiSnips TAB key usage |youcompleteme-ycm-conflicts-with-ultisnips-tab-key-usage| + 21. Snippets added with |:UltiSnipsAddFiletypes| do not appear in the popup menu + 22. Why isn't YCM just written in plain VimScript, FFS? |youcompleteme-why-isnt-ycm-just-written-in-plain-vimscript-ffs| + 23. Why does YCM demand such a recent version of Vim? |youcompleteme-why-does-ycm-demand-such-recent-version-of-vim| + 24. I get annoying messages in Vim's status area when I type |youcompleteme-i-get-annoying-messages-in-vims-status-area-when-i-type| + 25. Nasty bugs happen if I have the 'vim-autoclose' plugin installed |vim-sub-autoclose| + 26. Is there some sort of YCM mailing list? I have questions |youcompleteme-is-there-sort-of-ycm-mailing-list-i-have-questions| + 27. I get an internal compiler error when installing |youcompleteme-i-get-an-internal-compiler-error-when-installing| + 28. I get weird errors when I press 'Ctrl-C' in Vim |Ctrl-sub-C| + 29. Why did YCM stop using Syntastic for diagnostics display? |youcompleteme-why-did-ycm-stop-using-syntastic-for-diagnostics-display| + 30. Completion doesn't work with the C++ standard library headers |youcompleteme-completion-doesnt-work-with-c-standard-library-headers| + 31. When I open a JavaScript file, I get an annoying warning about '.tern-project' file |.tern-sub-project| - 33. When I start vim I get a runtime error saying 'R6034 An application has made an + 32. When I start vim I get a runtime error saying 'R6034 An application has made an attempt to load the C runtime library incorrectly.' |R6034-An-application-has-made-an-attempt-to-load-the-C-runtime-library-incorrectly.| - 34. I hear that YCM only supports Python 2, is that true? |youcompleteme-i-hear-that-ycm-only-supports-python-2-is-that-true| - 35. On Windows I get "E887: Sorry, this command is disabled, the Python's site + 33. I hear that YCM only supports Python 2, is that true? |youcompleteme-i-hear-that-ycm-only-supports-python-2-is-that-true| + 34. On Windows I get "E887: Sorry, this command is disabled, the Python's site module could not be loaded" |E887:-Sorry-this-command-is-disabled-the-Python-s-site-module-could-not-be-loaded| - 36. I can't complete python packages in a virtual environment. |youcompleteme-i-cant-complete-python-packages-in-virtual-environment.| + 35. I can't complete python packages in a virtual environment. |youcompleteme-i-cant-complete-python-packages-in-virtual-environment.| 12. Contributor Code of Conduct |youcompleteme-contributor-code-of-conduct| 13. Contact |youcompleteme-contact| 14. License |youcompleteme-license| @@ -2761,13 +2760,6 @@ You should probably run 'brew rm python; brew install python' to get the latest fixes that should make YCM work with such a configuration. Also rebuild Macvim then. If you still get problems with this, see issue #18 [54] for suggestions. -------------------------------------------------------------------------------- - *youcompleteme-vim-segfaults-when-i-use-semantic-completer-in-ruby-files* -Vim segfaults when I use the semantic completer in Ruby files ~ - -This was caused by a Vim bug. Update your version of Vim (Vim 7.3.874 is known -to work, earlier versions may also fix this issue). - ------------------------------------------------------------------------------- *LONG_BIT-definition-appears-wrong-for-platform* I get 'LONG_BIT definition appears wrong for platform' when compiling ~