From 66a231e8a876400bbacd318137fd9eb199253341 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 22 Dec 2022 01:16:38 +0100 Subject: [PATCH] vim:autocmd: Remove forgotten debug print --- .config/vim/vimrc.d/80-autocommands.vim | 1 - 1 file changed, 1 deletion(-) 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