restored default cursorwrap as quote problem related to autoformat

This commit is contained in:
Reed Esau
2014-01-12 18:16:48 -07:00
parent af65cf4197
commit 5b3a7d35c0

View File

@@ -195,12 +195,9 @@ a hard break. If you wish to retain the default Vim behavior, set the
`cursorwrap` value to 0 in your `.vimrc`:
```vim
let g:pencil#cursorwrap = 0 " 0=disable, 1=enable
let g:pencil#cursorwrap = 1 " 0=disable, 1=enable
```
NOTE: temporarily disabled by default while I research related bug in
vim-quotable.
## Auto-detection via modeline
Will the wrapping mode be detected accurately? Maybe. But you can improve