File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
2+ ## 0.4.0 (2013-03-13)
3+ - Suppress empty line when ` ghcmod#type() ` fails
4+ - Disable ` :GhcModType ` and ` :GhcModTypeInsert ` if the current buffer is modified
5+ - Add new variant ` :GhcModType! ` and ` :GhcModTypeInsert! ` which is executed even if the current buffer is modified.
6+ - Change ` ghcmod#type() ` and ` ghcmod#type_insert() ` to take an argument determining the behavior when the buffer is modified.
7+ - Fix ` ghcmod#detect_module() ` to detect the module name more correctly
8+ - Change the default directory to execute ghc-mod from (@drchaos )
9+
210## 0.3.0 (2013-03-06)
311- Add ` :GhcModTypeInsert ` and ` ghcmod#type_insert() ` that inserts a type signature under the cursor (@johntyree )
412- Add ` :GhcModInfoPreview ` that shows information in preview window (@johntyree )
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ function! ghcmod#print_warning(msg)"{{{
509509endfunction " }}}
510510
511511function ! ghcmod#version ()" {{{
512- return [0 , 3 , 0 ]
512+ return [0 , 4 , 0 ]
513513endfunction " }}}
514514
515515function ! ghcmod#type_insert (force) " {{{
You can’t perform that action at this time.
0 commit comments