vim: Do not include the line break in selections
This commit is contained in:
@@ -86,6 +86,8 @@ set virtualedit+=block
|
|||||||
" Do not redraw screen while executing macros, registers and other commands that
|
" Do not redraw screen while executing macros, registers and other commands that
|
||||||
" have not been typed.
|
" have not been typed.
|
||||||
set lazyredraw
|
set lazyredraw
|
||||||
|
" Visual selection does not include the line break
|
||||||
|
set selection=old
|
||||||
|
|
||||||
if (exists('g:loaded_gitgutter'))
|
if (exists('g:loaded_gitgutter'))
|
||||||
" Augment the default `foldtext()` with an indicator whether the folded
|
" Augment the default `foldtext()` with an indicator whether the folded
|
||||||
|
|||||||
Reference in New Issue
Block a user