mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-14 12:53:46 -05:00
virtualedit should be setlocal
This commit is contained in:
@@ -137,7 +137,7 @@ function! pencil#init(...) abort
|
||||
|
||||
if g:pencil#cursorwrap
|
||||
setlocal whichwrap+=<,>,h,l,[,]
|
||||
set virtualedit+=onemore " could break other plugins
|
||||
setlocal virtualedit+=onemore " could break other plugins
|
||||
endif
|
||||
|
||||
" clean out stuff we likely don't want
|
||||
|
||||
Reference in New Issue
Block a user