From 2d0c52c470f20721ef4b3e5d873b4ad2d1bf86db Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Wed, 15 Jan 2014 09:13:48 -0700 Subject: [PATCH] Fixed wording --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index b8b5e5a..bde9960 100644 --- a/README.markdown +++ b/README.markdown @@ -201,10 +201,10 @@ let g:pencil#cursorwrap = 1 " 0=disable, 1=enable ## Auto-detecting wrap mode If you provided no explicit wrap mode during initialization, _pencil_ will -attempt to automatically detect the wrap mode. +attempt to detect the wrap mode. 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. ### Detect via modeline