From 8ccfeb4fdb6af1a5d1eea6221c2340abb6cc378e Mon Sep 17 00:00:00 2001 From: Rane Brown Date: Fri, 3 Jan 2020 15:34:29 -0700 Subject: [PATCH] Add min Vim version, add missing header --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5da2e26..7a01b26 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ The result should look something like: ## Installation +VimWiki has been tested on **Vim >= 7.3**. It will likely work on older +versions but will not be officially supported. + ### Prerequisites Make sure you have these settings in your vimrc file: @@ -130,9 +133,10 @@ vim +PluginInstall +qall ``` -Or, download the [zip -archive](https://github.com/vimwiki/vimwiki/archive/master.zip) and extract it -in `~/.vim/bundle/` +#### Manual Install + +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 installed.