Add min Vim version, add missing header
This commit is contained in:
parent
87c13f570a
commit
8ccfeb4fdb
10
README.md
10
README.md
@ -77,6 +77,9 @@ The result should look something like:
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
VimWiki has been tested on **Vim >= 7.3**. It will likely work on older
|
||||||
|
versions but will not be officially supported.
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
Make sure you have these settings in your vimrc file:
|
Make sure you have these settings in your vimrc file:
|
||||||
@ -130,9 +133,10 @@ vim +PluginInstall +qall
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Or, download the [zip
|
#### Manual Install
|
||||||
archive](https://github.com/vimwiki/vimwiki/archive/master.zip) and extract it
|
|
||||||
in `~/.vim/bundle/`
|
Download the [zip archive](https://github.com/vimwiki/vimwiki/archive/master.zip)
|
||||||
|
and extract it in `~/.vim/bundle/`
|
||||||
|
|
||||||
Then launch Vim, run `:Helptags` and then `:help vimwiki` to verify it was
|
Then launch Vim, run `:Helptags` and then `:help vimwiki` to verify it was
|
||||||
installed.
|
installed.
|
||||||
|
Loading…
Reference in New Issue
Block a user