diff --git a/runtime/ftplugin/haskell.vim b/runtime/ftplugin/haskell.vim index 2a864bf916..dbb1156f71 100644 --- a/runtime/ftplugin/haskell.vim +++ b/runtime/ftplugin/haskell.vim @@ -3,6 +3,7 @@ " Maintainer: Daniel Campoverde " Previous Maintainer: Nikolai Weibull " 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