id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
13,do not use shortcuts of ghci commands,phercek,claus,"Actually, I noticed only one problem like this: {{{:i}}} was used instead of {{{:info}}}. Shortcuts should not be used in haskellmode source code since they may interfere with user defined commands. Here is the patch:
{{{
--- ghc.vim.org	2009-09-16 12:51:42.000000000 +0200
+++ ghc.vim	2009-09-16 12:59:16.000000000 +0200
@@ -243,7 +243,7 @@
 
 function! GHC_Info(what)
   "" call GHC_HaveTypes()
-  let output = system(g:ghc . ' ' . b:ghc_staticoptions . ' -v0 --interactive ' . expand(""%""), "":i "". a:what)
+  let output = system(g:ghc . ' ' . b:ghc_staticoptions . ' -v0 --interactive ' . expand(""%""), "":info "". a:what)
   return output
 endfunction
 
}}}",defect,closed,major,,---,,fixed,,
