From 3c70054869d49e51c615e3c6c1c2385ea41dce75 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Wed, 15 Jan 2014 22:57:37 -0700 Subject: [PATCH] changed awkward wording for auto detect explanation --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index a27c1dc..ce89d97 100644 --- a/README.markdown +++ b/README.markdown @@ -200,8 +200,8 @@ 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 detect the wrap mode. +If you didn't explicitly specify a wrap mode during initialization, +_pencil_ will attempt to detect it. 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.