From fc6fa724a8a73ce48bceb9ad2289b95cd2d369ca Mon Sep 17 00:00:00 2001
From: =?utf8?q?Philippe=20H=C3=BCrlimann?=
Date: Tue, 12 Mar 2013 19:30:11 +0100
Subject: [PATCH] haskell type signature insert instead of
---
ftplugin/haskell.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ftplugin/haskell.vim b/ftplugin/haskell.vim
index 00215ef..e54465f 100644
--- a/ftplugin/haskell.vim
+++ b/ftplugin/haskell.vim
@@ -2,4 +2,4 @@ setlocal omnifunc=necoghc#omnifunc
autocmd BufWritePost *.hs GhcModCheckAndLintAsync
-nnoremap i :GhcModTypeInsert
+nnoremap i :GhcModTypeInsert
--
2.51.2