From 9897c951ab823a5c920d3f84cfc214856ec19510 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Wed, 12 Nov 2014 06:42:15 -0700 Subject: [PATCH] Reconsidered colon for iskeyword --- autoload/pencil.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/pencil.vim b/autoload/pencil.vim index 05883a7..feef581 100644 --- a/autoload/pencil.vim +++ b/autoload/pencil.vim @@ -275,7 +275,7 @@ fun! pencil#init(...) abort " TODO how to separate quote from apostrophe use? if b:pencil_wrap_mode aug pencil_iskeyword - au BufEnter setl isk& | setl isk-=_ | setl isk+=$,%,&,#,-,',:,+ + au BufEnter setl isk& | setl isk-=_ | setl isk+=$,%,&,#,-,',+ aug END el sil! au! pencil_iskeyword *