From c6553d470ceea3cbca23e130d457610e5d807c34 Mon Sep 17 00:00:00 2001 From: Maxim Kim Date: Mon, 4 May 2009 00:00:00 +0000 Subject: [PATCH] Version 0.9.2a: FIX: Remove dos line endings from some files. --- vimwiki_0_9_2.vba => vimwiki_0_9_2a.vba | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename vimwiki_0_9_2.vba => vimwiki_0_9_2a.vba (96%) diff --git a/vimwiki_0_9_2.vba b/vimwiki_0_9_2a.vba similarity index 96% rename from vimwiki_0_9_2.vba rename to vimwiki_0_9_2a.vba index bd89ba0..e6cc302 100644 --- a/vimwiki_0_9_2.vba +++ b/vimwiki_0_9_2a.vba @@ -2,7 +2,7 @@ UseVimball finish doc\vimwiki.txt [[[1 -1078 +1082 *vimwiki.txt* A Personal Wiki for Vim __ __ ______ __ __ ______ __ __ ______ ~ @@ -13,7 +13,7 @@ doc\vimwiki.txt [[[1 \ `\___/ /\_____\\ \_\\ \_\ `\___x___/ /\_____\\ \_\ \_\ /\_____\~ `\/__/ \/_____/ \/_/ \/_/'\/__//__/ \/_____/ \/_/\/_/ \/_____/~ - Version: 0.9.2 ~ + Version: 0.9.2a ~ ============================================================================== CONTENTS *vimwiki-contents* @@ -859,6 +859,10 @@ Vim plugins website: http://www.vim.org/scripts/script.php?script_id=2226 ============================================================================== 12. Changelog *vimwiki-changelog* +0.9.2a + * [fix] Installation on Linux doesn't work. (Dos line endings in + vimwiki_lst.vim). + 0.9.2 * [new] Option 'folding' added to turn folding on/off. * [new] Header text object. See |vimwiki-text-objects|.