mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-16 13:53:47 -05:00
change wording
This commit is contained in:
@@ -187,8 +187,8 @@ let g:pencil#cursorwrap = 1 " 0=disable, 1=enable
|
|||||||
|
|
||||||
## Auto-detection via modeline
|
## Auto-detection via modeline
|
||||||
|
|
||||||
Will the wrapping mode be detected automatically? Maybe. But you can
|
Will the wrapping mode be detected accurately? Maybe. But you can improve
|
||||||
improve its accuracy by giving it a hint.
|
its chances by giving it a hint.
|
||||||
|
|
||||||
At the bottom of this document is a strange code:
|
At the bottom of this document is a strange code:
|
||||||
|
|
||||||
@@ -213,8 +213,7 @@ If it’s `0`, then pencil assumes you want soft line wrapping.
|
|||||||
<!-- vim: set tw=0 :-->
|
<!-- vim: set tw=0 :-->
|
||||||
```
|
```
|
||||||
|
|
||||||
To provide a hint for detection, you can add a modeline to the last line
|
For more details:
|
||||||
of your documents. For more details:
|
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
:help modeline
|
:help modeline
|
||||||
|
|||||||
Reference in New Issue
Block a user