diff options
author | Max Christian Pohle | 2016-05-10 11:55:32 +0200 |
---|---|---|
committer | Max Christian Pohle | 2016-05-10 11:55:32 +0200 |
commit | 4c27c4e8a5d281427bc69fe442ea0f35bd4a53f9 (patch) | |
tree | 61cb6736a478de7eab506f6b1a712ed80f665053 /doc | |
parent | 2d63c52bce7c800852406c0bfae02f762fd99721 (diff) | |
download | vim-4c27c4e8a5d281427bc69fe442ea0f35bd4a53f9.tar.bz2 vim-4c27c4e8a5d281427bc69fe442ea0f35bd4a53f9.zip |
fixed mistakes in documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/INSTALL | 5 |
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) |
28 | cd bundle/YouCompleteMe | 28 | cd bundle/YouCompleteMe |
29 | python2 ./install.py --clang-completer | 29 | python2 ./install.py --clang-completer |
30 | cd ~/.vim/ | ||
30 | 31 | ||
31 | 32 | ||
32 | step 7) | 33 | # step 7) |
33 | cd bundle/color-coded | 34 | cd bundle/color-coded |
34 | cmake . | 35 | cmake . |
36 | make | ||
37 | cd ~/.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 |