vim:aucmd:TODO: Fix display of selection size

This commit is contained in:
2024-09-25 12:58:30 +02:00
parent b8f5d63b4c
commit 551db1f1d5

View File

@@ -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' |