mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-16 13:53:47 -05:00
temporarily disabled cursorwrap, as ve=onemore breaks vim-quotable
This commit is contained in:
@@ -38,7 +38,7 @@ endif
|
||||
if !exists('g:pencil#cursorwrap')
|
||||
" by default, h/l and cursor keys will wrap around hard
|
||||
" linebreaks. Set to 0 if you don't want this behavior
|
||||
let g:pencil#cursorwrap = 1
|
||||
let g:pencil#cursorwrap = 0
|
||||
endif
|
||||
|
||||
" # Commands
|
||||
|
||||
Reference in New Issue
Block a user