Skip to content

Commit

Permalink
remove conceal for prime
Browse files Browse the repository at this point in the history
  • Loading branch information
dag committed Nov 26, 2012
1 parent 3be347f commit d411186
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autoload/vim2hs/haskell/conceal.vim
Expand Up @@ -7,10 +7,6 @@ function! vim2hs#haskell#conceal#simple() " {{{
\ "\s\.\_s"ms=s+1,me=e-1 \ "\s\.\_s"ms=s+1,me=e-1
\ display conceal cchar= \ display conceal cchar=


syntax match hsNormal
\ "'"
\ display conceal cchar=

setlocal conceallevel=2 setlocal conceallevel=2


highlight! link Conceal Operator highlight! link Conceal Operator
Expand Down

0 comments on commit d411186

Please sign in to comment.