Add min Vim version, add missing header

This commit is contained in:
Rane Brown 2020-01-03 15:34:29 -07:00
parent 87c13f570a
commit 8ccfeb4fdb
1 changed files with 7 additions and 3 deletions

View File

@ -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.