Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Feb 23, 2015
1 parent 2dad54f commit 912ba0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoload/tassert.vim 100755 → 100644
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 912ba0a

Please sign in to comment.