temporarily disabled cursorwrap, as ve=onemore breaks vim-quotable

This commit is contained in:
Reed Esau
2014-01-12 17:28:54 -07:00
parent 224949be20
commit af65cf4197
3 changed files with 11 additions and 2 deletions

View File

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