]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
Revert "runtime(haskell): Add single quote to `iskeyword` in ftplugin (#8191)"
authorChristian Brabandt <cb@256bit.org>
Wed, 9 Jul 2025 16:15:30 +0000 (18:15 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 9 Jul 2025 16:18:22 +0000 (18:18 +0200)
This reverts commit 5e6e4042b1c9685bce86493e3ee6fe916a7f221c.

related: #8191

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/haskell.vim

index 2a864bf9161e9b374becf07c8b304c6ceda2bb5e..dbb1156f714459d2f7c7a4756f7f480063484df2 100644 (file)
@@ -3,6 +3,7 @@
 " Maintainer:           Daniel Campoverde <alx@sillybytes.net>
 " Previous Maintainer:  Nikolai Weibull <now@bitwi.se>
 " Latest Revision:      2018-08-27
+" 2025 Jul 09 by Vim Project revert setting iskeyword #8191
 
 if exists("b:did_ftplugin")
   finish
@@ -17,7 +18,6 @@ let b:undo_ftplugin = "setl com< cms< fo<"
 setlocal comments=s1fl:{-,mb:-,ex:-},:-- commentstring=--\ %s
 setlocal formatoptions-=t formatoptions+=croql
 setlocal omnifunc=haskellcomplete#Complete
-setlocal iskeyword+='
 
 let &cpo = s:cpo_save
 unlet s:cpo_save