aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/INSTALL5
-rw-r--r--ycm_extra_conf.pycbin2659 -> 2659 bytes
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 18a158a..cbe9e1f 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -27,11 +27,14 @@ vim -c ":set spell"
27# build YouCompleteMe (if you plan to use it) 27# build YouCompleteMe (if you plan to use it)
28cd bundle/YouCompleteMe 28cd bundle/YouCompleteMe
29python2 ./install.py --clang-completer 29python2 ./install.py --clang-completer
30cd ~/.vim/
30 31
31 32
32step 7) 33# step 7)
33cd bundle/color-coded 34cd bundle/color-coded
34cmake . 35cmake .
36make
37cd ~/.vim/
35 38
36# step 8) 39# step 8)
37# create an entry in file managers right click menu 'open with' allowing you to open the file in a vim tab 40# create an entry in file managers right click menu 'open with' allowing you to open the file in a vim tab
diff --git a/ycm_extra_conf.pyc b/ycm_extra_conf.pyc
index 2f14c54..b1ae85c 100644
--- a/ycm_extra_conf.pyc
+++ b/ycm_extra_conf.pyc
Binary files differ
..