Skip to content

Instantly share code, notes, and snippets.

@arnar
Created January 27, 2012 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arnar/1688263 to your computer and use it in GitHub Desktop.
Save arnar/1688263 to your computer and use it in GitHub Desktop.
--- setnohs.sorted 2012-01-27 11:45:01.768205853 +0100
+++ seths.sorted 2012-01-27 11:45:23.088143702 +0100
@@ -0,0 +1,2 @@
+n
+t
@@ -21,2 +23,2 @@
-noballooneval
- balloonexpr=
+ ballooneval
+ balloonexpr=GHC_TypeBalloon()
@@ -39 +41 @@
- cmdheight=1
+ cmdheight=3
@@ -43,2 +45,2 @@
- comments=sl:/*,mb: * ,elx: */
- commentstring=/*%s*/
+ comments=s1fl:{-,mb:-,ex:-},:--
+ commentstring=-- %s
@@ -47 +49 @@
- completefunc=
+ completefunc=CompleteHaddock
@@ -82 +84 @@
- errorformat=%*[^"]"%f"%*\D%l: %m,"%f"%*\D%l: %m,%-G%f:%l: (Each undeclared identifier is reported only once,%-G%f:%l: for each function it appears in.),%-GIn file included from %f:%l:%c,%-GIn file included from %f:%l,%-Gfrom %f:%l:%c,%-Gfrom %f:%l,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,"%f"\, line %l%*\D%c%*[^ ] %m,%D%*\a[%*\d]: Entering directory `%f',%X%*\a[%*\d]: Leaving directory `%f',%D%*\a: Entering directory `%f',%X%*\a: Leaving directory `%f',%DMaking %*\a in %f,%f|%l| %m
+ errorformat=%-Z %#,%W%f:%l:%c: Warning: %m,%E%f:%l:%c: %m,%E%>%f:%l:%c:,%+C %#%m,%W%>%f:%l:%c:,%+C %#%tarning: %m,
@@ -91 +93 @@
- filetype=
+ filetype=haskell
@@ -109 +111 @@
- formatoptions=tcq
+ formatoptions=croql
@@ -140,2 +142,2 @@
- include=^\s*#\s*include
- includeexpr=
+ include=^import\s*\(qualified\)\?\s*
+ includeexpr=substitute(v:fname,'\.','/','g').'.'
@@ -170 +172 @@
- makeprg=make
+ makeprg=ghc -e :q %
@@ -195 +197 @@
- omnifunc=
+ omnifunc=GHC_CompleteImports
@@ -228 +230 @@
- scroll=13
+ scroll=12
@@ -240 +242 @@
- shellpipe=2>&1| tee
+ shellpipe=2>
@@ -264,2 +266,2 @@
- spelllang=en
- spellsuggest=best
+ spelllang=e
+ spellsuggest=bes
@@ -271 +273 @@
- suffixesadd=
+ suffixesadd=hs,lhs,hsc
@@ -276 +278 @@
- syntax=
+ syntax=haskell
@@ -283 +285 @@
- tags=~/.vim/bundle/ack/.git/tags,./tags,./TAGS,tags,TAGS
+ tags=~/.vim/bundle/ack/.git/haskell.tags,~/.vim/bundle/ack/.git/tags,./tags,./TAGS,tags,TAGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment