restored cursorwrap default; fixed autoformat issue for quotable

This commit is contained in:
Reed Esau
2014-01-12 21:24:16 -07:00
parent 5b3a7d35c0
commit fd6f590d4a
2 changed files with 5 additions and 14 deletions

View File

@@ -36,9 +36,9 @@ if !exists('g:pencil#joinspaces')
endif
if !exists('g:pencil#cursorwrap')
" by default, h/l and cursor keys will wrap around hard
" 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 = 0
let g:pencil#cursorwrap = 1
endif
" # Commands