diff --git a/.config/vim/vimrc.d/80-autocommands.vim b/.config/vim/vimrc.d/80-autocommands.vim index 5de5ef1..6684414 100644 --- a/.config/vim/vimrc.d/80-autocommands.vim +++ b/.config/vim/vimrc.d/80-autocommands.vim @@ -84,7 +84,6 @@ function! HighlightOldCursorPos() endfunction function! ClearOldCursorPos() if exists('w:cursor_pos_match_id') - echo 'foo' call matchdelete(w:cursor_pos_match_id) unlet w:cursor_pos_match_id endif