aboutsummaryrefslogtreecommitdiff
path: root/ligature_plugins/haskell.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ligature_plugins/haskell.vim')
-rw-r--r--ligature_plugins/haskell.vim2
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
6set conceallevel=1 6setlocal conceallevel=1
7 7
8" lambda's 8" lambda's
9syntax match hsLambda "\\" conceal cchar=λ 9syntax match hsLambda "\\" conceal cchar=λ