diff options
Diffstat (limited to 'ligature_plugins/haskell.vim')
-rw-r--r-- | ligature_plugins/haskell.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ligature_plugins/haskell.vim b/ligature_plugins/haskell.vim index b556b0a..e582dc7 100644 --- a/ligature_plugins/haskell.vim +++ b/ligature_plugins/haskell.vim | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | 4 | ||
5 | " set correct conceal | 5 | " set correct conceal |
6 | set conceallevel=1 | 6 | setlocal conceallevel=1 |
7 | 7 | ||
8 | " lambda's | 8 | " lambda's |
9 | syntax match hsLambda "\\" conceal cchar=λ | 9 | syntax match hsLambda "\\" conceal cchar=λ |