diff options
author | Max Christian Pohle | 2015-09-07 02:13:09 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-07 02:13:09 +0200 |
commit | 10c70d67d60cb82572a7849826481e56b0347be5 (patch) | |
tree | d30d5a9d9ea39fa599fa63e14a7116e167ca9251 /doc/INSTALL | |
parent | 81a481d42b50dfdf275989a7812f46b854672c40 (diff) | |
download | vim-10c70d67d60cb82572a7849826481e56b0347be5.tar.bz2 vim-10c70d67d60cb82572a7849826481e56b0347be5.zip |
added vim screenshot to the documentation
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 3c37ac5..38068d5 100644 --- a/doc/INSTALL +++ b/doc/INSTALL | |||
@@ -21,3 +21,7 @@ vim vimrc | |||
21 | # download spell file for you language | 21 | # download spell file for you language |
22 | vim -c ":au! SpellFileMissing" | 22 | vim -c ":au! SpellFileMissing" |
23 | 23 | ||
24 | # step 6) | ||
25 | # build YouCompleteMe (if you plan to use it) | ||
26 | cd plugins/YouCompleteMe | ||
27 | python2 ./install.py --clang-completer | ||