From 619f04f89861c58e5a6415a4f83847752928252d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=2E=20Sch=C3=B6nitzer?= Date: Tue, 26 May 2020 23:39:31 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=20number=20=E2=80=93=20release?= =?UTF-8?q?=202.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/vimwiki.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vimwiki.vim b/plugin/vimwiki.vim index d8f5d94..05f5bdc 100644 --- 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(':p:h:h')