vim:autocmd: Remove forgotten debug print
This commit is contained in:
@@ -84,7 +84,6 @@ function! HighlightOldCursorPos()
|
|||||||
endfunction
|
endfunction
|
||||||
function! ClearOldCursorPos()
|
function! ClearOldCursorPos()
|
||||||
if exists('w:cursor_pos_match_id')
|
if exists('w:cursor_pos_match_id')
|
||||||
echo 'foo'
|
|
||||||
call matchdelete(w:cursor_pos_match_id)
|
call matchdelete(w:cursor_pos_match_id)
|
||||||
unlet w:cursor_pos_match_id
|
unlet w:cursor_pos_match_id
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user