From 912ba0a76f840705eb964fb7e6015189e6b8de07 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 23 Feb 2015 20:28:50 +0100 Subject: [PATCH] misc --- autoload/tassert.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 autoload/tassert.vim diff --git a/autoload/tassert.vim b/autoload/tassert.vim old mode 100755 new mode 100644 index 0ac05c2..0f7f3af --- a/autoload/tassert.vim +++ b/autoload/tassert.vim @@ -3,7 +3,7 @@ " @License: GPL (see http://www.gnu.org/licenses/gpl.txt) " @Created: 2009-02-21. " @Last Change: 2010-01-03. -" @Revision: 107 +" @Revision: 109 let s:save_cpo = &cpo set cpo&vim @@ -32,6 +32,7 @@ endf " :nodoc: function! tassert#Comment(line1, line2, bang) "{{{3 + " TLogVAR a:line1, a:line2 let assertCP = getpos('.') let tassertSR = @/ call s:CommentRegion(1, a:line1, a:line2)