From 727829b27376c3cd5753fb81ed379545ba189794 Mon Sep 17 00:00:00 2001 From: sukhmel Date: Sat, 17 May 2014 11:55:01 +0400 Subject: [PATCH] Changed concealing of elem and notElem to their infix form of `elem` and `notElem`, because prefix form does not seem intuitively right. --- autoload/vim2hs/haskell/conceal.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/vim2hs/haskell/conceal.vim b/autoload/vim2hs/haskell/conceal.vim index 37ce9eb..9293336 100644 --- a/autoload/vim2hs/haskell/conceal.vim +++ b/autoload/vim2hs/haskell/conceal.vim @@ -82,11 +82,11 @@ endfunction " }}} " These work badly in GVIM with the fonts I've tested. function! vim2hs#haskell#conceal#bad() " {{{ syntax match hsKeyword - \ "\" + \ "`elem`" \ display conceal cchar=∈ syntax match hsKeyword - \ "\" + \ "`notElem`" \ display conceal cchar=∉ syntax match hsStructure