From 1b6b0c83bea7a258699c52dc8a60a6b5a5269c8b Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sun, 31 Aug 2014 18:36:39 -0600 Subject: [PATCH] Improve comment for #13 change. --- autoload/pencil.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/pencil.vim b/autoload/pencil.vim index 2cd858f..3b3fb44 100644 --- a/autoload/pencil.vim +++ b/autoload/pencil.vim @@ -205,7 +205,7 @@ fun! pencil#init(...) abort setl formatoptions+=n " recognize numbered lists setl formatoptions+=1 " don't break line before 1 letter word setl formatoptions+=t " autoformat of text (vim default) - setl formatoptions+=2 " use indent of based on 2nd line for rest of paragraph + setl formatoptions+=2 " preserve indent based on 2nd line for rest of paragraph " clean out stuff we likely don't want setl formatoptions-=v " only break line at blank entered during insert