File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
2+ ## 0.3.0 (2013-03-06)
3+ - Add ` :GhcModTypeInsert ` and ` ghcmod#type_insert() ` that inserts a type signature under the cursor (@johntyree )
4+ - Add ` :GhcModInfoPreview ` that shows information in preview window (@johntyree )
5+ - Make the parsing of check command more robust (@marcmo )
6+ - Add buffer-local version of ` g:ghcmod_ghc_options `
27
38## 0.2.0 (2012-09-12)
4- - Fix the wrong comparison of versions in ` ghcmod#check_version `
9+ - Fix the wrong comparison of versions in ` ghcmod#check_version ` ( @ yuttie )
510- Fix ` ghcmod#type() ` on a program with compilation errors
6- - Add ` g:ghcmod_use_basedir ` option
7- - Add ` :GhcModInfo [{identifier}] ` command
11+ - Add ` g:ghcmod_use_basedir ` option ( @ adimit )
12+ - Add ` :GhcModInfo [{identifier}] ` command ( @ ajnsit )
813
914## 0.1.2 (2012-06-04)
1015- Move ftplugin/haskell into after/ in order to co-exist with other ftplugins
Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ function! ghcmod#print_warning(msg)"{{{
480480endfunction " }}}
481481
482482function ! ghcmod#version ()" {{{
483- return [0 , 2 , 0 ]
483+ return [0 , 3 , 0 ]
484484endfunction " }}}
485485
486486function ! ghcmod#type_insert () " {{{
You can’t perform that action at this time.
0 commit comments