mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-17 06:13:39 -05:00
temporarily disabled cursorwrap, as ve=onemore breaks vim-quotable
This commit is contained in:
@@ -195,9 +195,12 @@ 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 = 1 " 0=disable, 1=enable
|
||||
let g:pencil#cursorwrap = 0 " 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
|
||||
|
||||
Reference in New Issue
Block a user