commit b7310f9c15cb8aad4eb9a4c1d922c034285e73e8
parent 9ade50afc40b1f760afd8da406ae0e7c5180a1a6
Author: Byron Torres <b@torresjrjr.com>
Date: Wed, 2 Feb 2022 01:33:30 +0000
Revert "Set keywordprg=haredoc, iskeyword"
This reverts commit 9ade50afc40b1f760afd8da406ae0e7c5180a1a6.
'iskeyword' containing a ':' was occasionally useful but mostly annoying
and undesirable.
'keywordprg'=haredoc isn't useful enough since it doesn't resolve
unqualified identifiers.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/ftplugin/hare.vim b/ftplugin/hare.vim
@@ -16,8 +16,6 @@ setlocal shiftwidth=0
setlocal softtabstop=0
setlocal textwidth=80
setlocal commentstring=//\ %s
-setlocal keywordprg=haredoc\ -a
-setlocal iskeyword=@,48-57,:,_,192-255
" Set 'formatoptions' to break comment lines but not other lines,
" and insert the comment leader when hitting <CR> or using "o".