Francisco Lopes
|
1b72bc2fbf
Use native TextChangedI instead of an emulation.
|
9 years ago |
micbou
|
981a07ded7
Handle keyboard interruption from Vim
|
8 years ago |
micbou
|
aca0f21a3d
Trigger BufferVisit event only when buffer has changed
|
8 years ago |
micbou
|
805911b56b
Use SetQuickFixList for GoTo* subcommands
|
8 years ago |
micbou
|
e52d252d08
Revert "Don't run the plugin when in diff mode"
|
8 years ago |
Val Markovic
|
eb8a24f23d
Addressing review comments
|
9 years ago |
Val Markovic
|
b04870c824
VimL support for py3
|
9 years ago |
micbou
|
3cf6fa86f5
Rewrite SetUpPython function
|
9 years ago |
Val Markovic
|
f986bf19db
Updating to latest ycmd
|
9 years ago |
Davit Samvelyan
|
4d97437872
Moved parse request and diagnostics handling to python.
|
9 years ago |
Andrea Cedraro
|
ad4091635e
Add comment expaning why we defer setting the omnifunc
|
9 years ago |
Andrea Cedraro
|
b4beed4939
Defer setting the omnifunc only the first time
|
9 years ago |
Ben Jackson
|
861546fac0
Display errors raised by OnFileReadyToParse in non-diagnostics filetypes
|
9 years ago |
Kenny Kaye
|
bb8490e6c7
Properly namespace vim warning/error getters
|
9 years ago |
Kenny Kaye
|
dafc36ba37
Expose functions to get error and warning counts
|
9 years ago |
micbou
|
9ce4e31718
Do not capitalize :YcmToggleLogs argument
|
9 years ago |
micbou
|
cbe3e04745
Add :YcmToggleLogs command
|
9 years ago |
micbou
|
290a65219f
Define Vim commands only if setup is successful
|
9 years ago |
micbou
|
87854f0245
Move PathToPythonInterpreter function to YCM
|
9 years ago |
Spencer G. Jones
|
9f568be39a
fixup! Add CompleteDone hook, with namespace insertion for C#
|
9 years ago |
Spencer G. Jones
|
dd27184970
Add CompleteDone hook, with namespace insertion for C#
|
9 years ago |
micbou
|
037bd0f6f1
Fix trigger issues
|
9 years ago |
Strahinja Val Markovic
|
5796f52797
Whitespace fixes
|
9 years ago |
Strahinja Val Markovic
|
98d687a5e0
Updating to latest ycmd
|
9 years ago |
Andrea Cedraro
|
7bc05a37b5
Fix check condition for setting omnifunction
|
9 years ago |
Andrea Cedraro
|
4104f7be82
Push check for NativeFiletypeCompletionUsable down
|
9 years ago |
Andrea Cedraro
|
30036ca8e2
Defer setting the omnifunc.
|
9 years ago |
Frankie Robertson
|
63a7aa9daf
Remap <Nul> to <C-Space> regardless of gui_running since it is an unreliable way of detecting terminals in neovim
|
9 years ago |
Andrea Cedraro
|
e28c709b99
Disable on large file
|
10 years ago |
Spencer G. Jones
|
ac3a48de70
Unlike the other functions, youcompleteme#EnableCursorMovedAutocommands and youcompleteme#DisableCursorMovedAutocommands are not overwriting. This causes an error if the file is reloaded.
|
10 years ago |