aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAge
...
* runtime: Add vimexpect library and example gdb pluginThiago de Arruda2015-04-02
| | | | | | This library makes it easier to script communication with interactive programs. It is similar to what the "expect" tcl extension does, but uses an object oriented API and is designed to integrate nicely with Neovim job control.
* contrib: fix YCM completion for header files #2151bobtwinkles2015-03-16
| | | | [ci skip]
* contrib: Added local.mk.exampleMichael Reed2015-03-17
| | | | [ci skip]
* A few fixes for YCM contrib docs and codeJeff Widman2014-10-21
|
* Improve YCM contrib: Improve documentation.Eliseo Martínez2014-10-20
|
* Improve YCM contrib: Fix 'no newline at end of file' issue.Eliseo Martínez2014-10-20
| | | | | | | | | | | | | | | Problem: YCM was reporting a much disturbing warning about a missing newline at the end of some files. This was odd, as the newlines were there and the warning only was shown for some files, not for all of them. Cause: After discussing this issue with @Valloric (see https://github.com/Valloric/YouCompleteMe/issues/950), it turned out that not YCM, but libclang is responsible for it. This is, same compilation flags that produce no warnings with clang-the-binary on the command line, do produce them with libclang-the-library when used by YCM. Solution: Add an extra flag (-Wno_newline_eof) to those extracted from configuration database before passing them to YCM.
* update customdoxygen.css for doxygen 1.8.7Stefan Hoffmann2014-06-19
| | | | some icon images in the html are replaced with css.
* update theme to match neovim.orgStefan Hoffmann2014-06-19
|
* add default doxygen 1.8.6 theme filesStefan Hoffmann2014-06-19
|
* Introduce vim namespace: Contrib YCM: Fix style issues.Eliseo Martínez2014-05-19
| | | | | | Python-mode signaled a couple of issues here: - Multiple imports on same line. - Line too long.
* Introduce vim namespace: Contrib YCM: Fix build dir calculation.Eliseo Martínez2014-05-19
| | | | Build directory calculation had not been correctly updated in #716.
* Introduce nvim namespace: Fix contrib youcompleteme.Eliseo Martínez2014-05-15
| | | | - Fix instructions to install youcompleteme configuration.
* add .vimrc and src/.ycm_extra_conf.pyJulian Orth2014-03-14