mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-13 12:23:47 -05:00
changed awkward wording for auto detect explanation
This commit is contained in:
@@ -200,8 +200,8 @@ let g:pencil#cursorwrap = 1 " 0=disable, 1=enable
|
|||||||
|
|
||||||
## Auto-detecting wrap mode
|
## Auto-detecting wrap mode
|
||||||
|
|
||||||
If you provided no explicit wrap mode during initialization, _pencil_ will
|
If you didn't explicitly specify a wrap mode during initialization,
|
||||||
attempt to detect the wrap mode.
|
_pencil_ will attempt to detect it.
|
||||||
|
|
||||||
It will first look for a `textwidth` (or `tw`) specified in a modeline.
|
It will first look for a `textwidth` (or `tw`) specified in a modeline.
|
||||||
Failing that, _pencil_ will then sample lines from the start of the file.
|
Failing that, _pencil_ will then sample lines from the start of the file.
|
||||||
|
|||||||
Reference in New Issue
Block a user