mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-15 21:33:47 -05:00
restored default cursorwrap as quote problem related to autoformat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user