Johann Klähn
4b3e0a1895
Add code to ask user for confirmation in vimsupport
2013-02-25 10:50:44 +01:00
Johann Klähn
70a2a722fe
Add GetBoolValue helper in vimsupport
2013-02-25 10:50:39 +01:00
Strahinja Val Markovic
101d949a88
Splitting echo text on \n and echoing lines
2013-02-21 10:50:38 -08:00
Strahinja Val Markovic
786e6182ff
Initial version of omnifunc-based omni_completer
...
Still a work in progress (needs better triggering and bug fixes)
2013-02-10 20:03:56 -08:00
Strahinja Val Markovic
c67658bbce
Supporting multiple filetypes set for current file
...
Vim allows setting the filetype string to something like "cpp.c", which means
that the file is both cpp and c (nonsense, but allowed). We need to support such
filetype strings.
2013-01-31 16:19:56 -08:00
Strahinja Val Markovic
a6a1e7c949
Clear error message on ycm_core ImportError
2013-01-26 17:29:18 -08:00
Strahinja Val Markovic
c9adb9e86e
Comment update in vimsupport.py
2012-09-24 19:20:33 -07:00
Strahinja Val Markovic
daef17feb4
Support for showing extra info for diagstics
...
This was intended to show the full clang output for a given diagnostic,
including notes. But it appears that libclang does not provide this
functionality...
2012-08-15 19:39:03 -07:00
Strahinja Val Markovic
ea30cb046e
ShouldUseNow for IdentifierCompleter done and used
2012-08-05 13:12:10 -07:00
Strahinja Val Markovic
d0f62d1205
Initial, rough version of completer separation
...
We are trying to build a nice plugin-oriented architechure for loading varios
completer objects.
2012-08-04 17:46:54 -07:00