vim: Do not include the line break in selections

This commit is contained in:
2022-09-28 00:58:48 +02:00
parent 72901dd230
commit 3f259d9cd8

View File

@@ -86,6 +86,8 @@ set virtualedit+=block
" Do not redraw screen while executing macros, registers and other commands that
" have not been typed.
set lazyredraw
" Visual selection does not include the line break
set selection=old
if (exists('g:loaded_gitgutter'))
" Augment the default `foldtext()` with an indicator whether the folded