aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2016-05-10 11:55:32 +0200
committerMax Christian Pohle2016-05-10 11:55:32 +0200
commit4c27c4e8a5d281427bc69fe442ea0f35bd4a53f9 (patch)
tree61cb6736a478de7eab506f6b1a712ed80f665053 /doc
parent2d63c52bce7c800852406c0bfae02f762fd99721 (diff)
downloadvim-4c27c4e8a5d281427bc69fe442ea0f35bd4a53f9.tar.bz2
vim-4c27c4e8a5d281427bc69fe442ea0f35bd4a53f9.zip
fixed mistakes in documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/INSTALL5
1 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
..