vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 5b17cfc0766ff82ab6034f2bbcdcc1d2b577acea
parent 285f1628c2919139c43a7c7cc0d74fc8102b91ee
Author: Michael F. Schönitzer <michael@schoenitzer.de>
Date:   Tue, 26 May 2020 23:39:31 +0200

Bump version number – release 2.5

Diffstat:
Mplugin/vimwiki.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/vimwiki.vim b/plugin/vimwiki.vim @@ -10,7 +10,7 @@ endif let g:loaded_vimwiki = 1 " Set to version number for release, otherwise -1 for dev-branch -let s:plugin_vers = -1 +let s:plugin_vers = 2.5 " Get the directory the script is installed in let s:plugin_dir = expand('<sfile>:p:h:h')