From 551db1f1d562519a1c1e14c67a3aa278bf777f51 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 25 Sep 2024 12:58:30 +0200 Subject: [PATCH] vim:aucmd:TODO: Fix display of selection size --- .config/vim/vimrc.d/80-autocommands.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/vim/vimrc.d/80-autocommands.vim b/.config/vim/vimrc.d/80-autocommands.vim index 73cf4a8..67b7ff3 100644 --- a/.config/vim/vimrc.d/80-autocommands.vim +++ b/.config/vim/vimrc.d/80-autocommands.vim @@ -129,6 +129,7 @@ function! ClearHighlights(what = s:CLEAR_HIGHS_ALL) endif endfunction +" TODO: this disables the display of the size of the selection (:h 'showcmd') augroup highlight_current au! au CursorMoved * if mode() == 'n' |