mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-16 05:43:47 -05:00
Reconsidered colon for iskeyword
This commit is contained in:
@@ -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 <buffer> setl isk& | setl isk-=_ | setl isk+=$,%,&,#,-,',:,+
|
||||
au BufEnter <buffer> setl isk& | setl isk-=_ | setl isk+=$,%,&,#,-,',+
|
||||
aug END
|
||||
el
|
||||
sil! au! pencil_iskeyword * <buffer>
|
||||
|
||||
Reference in New Issue
Block a user