comparison runtime/ftplugin/haskell.vim @ 32949:6e346800670c

Add missing changes
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2023 22:12:43 +0200
parents 0ecb909e3249
children
comparison
equal deleted inserted replaced
32948:eca44effa172 32949:6e346800670c
15 let b:undo_ftplugin = "setl com< cms< fo<" 15 let b:undo_ftplugin = "setl com< cms< fo<"
16 16
17 setlocal comments=s1fl:{-,mb:-,ex:-},:-- commentstring=--\ %s 17 setlocal comments=s1fl:{-,mb:-,ex:-},:-- commentstring=--\ %s
18 setlocal formatoptions-=t formatoptions+=croql 18 setlocal formatoptions-=t formatoptions+=croql
19 setlocal omnifunc=haskellcomplete#Complete 19 setlocal omnifunc=haskellcomplete#Complete
20 setlocal iskeyword+='
20 21
21 let &cpo = s:cpo_save 22 let &cpo = s:cpo_save
22 unlet s:cpo_save 23 unlet s:cpo_save