|
1 | 1 | # ChangeLog
|
| 2 | +## 1.2.0 (2014-02-02) |
| 3 | +- Support Cabal sandbox (@andy-morris, #33) |
| 4 | +- Support lhaskell (@carlohamalainen, #36) |
| 5 | +- Add another way to open the quickfix (@shiena, #37) |
| 6 | +- Workaround `ghcmod#util#is_abspath()` on Windows with Vim < 7.4.001 (@Grivr, #41) |
| 7 | + |
2 | 8 | ## 1.1.0 (2013-10-16)
|
3 |
| -- Specify line separator by "-b" option (@preygel) |
| 9 | +- Specify line separator by "-b" option (@preygel, #32) |
4 | 10 | - This requires ghc-mod >= 2.1.2
|
5 | 11 |
|
6 | 12 | ## 1.0.0 (2013-04-25)
|
|
23 | 29 | - Add new variant `:GhcModType!` and `:GhcModTypeInsert!` which is executed even if the current buffer is modified.
|
24 | 30 | - Change `ghcmod#type()` and `ghcmod#type_insert()` to take an argument determining the behavior when the buffer is modified.
|
25 | 31 | - Fix `ghcmod#detect_module()` to detect the module name more correctly
|
26 |
| -- Change the default directory to execute ghc-mod from (@drchaos) |
| 32 | +- Change the default directory to execute ghc-mod from (@drchaos, #25) |
27 | 33 |
|
28 | 34 | ## 0.3.0 (2013-03-06)
|
29 |
| -- Add `:GhcModTypeInsert` and `ghcmod#type_insert()` that inserts a type signature under the cursor (@johntyree) |
30 |
| -- Add `:GhcModInfoPreview` that shows information in preview window (@johntyree) |
31 |
| -- Make the parsing of check command more robust (@marcmo) |
| 35 | +- Add `:GhcModTypeInsert` and `ghcmod#type_insert()` that inserts a type signature under the cursor (@johntyree, #15) |
| 36 | +- Add `:GhcModInfoPreview` that shows information in preview window (@johntyree, #15) |
| 37 | +- Make the parsing of check command more robust (@marcmo, #21) |
32 | 38 | - Add buffer-local version of `g:ghcmod_ghc_options`
|
33 | 39 |
|
34 | 40 | ## 0.2.0 (2012-09-12)
|
35 |
| -- Fix the wrong comparison of versions in `ghcmod#check_version` (@yuttie) |
| 41 | +- Fix the wrong comparison of versions in `ghcmod#check_version` (@yuttie, #11) |
36 | 42 | - Fix `ghcmod#type()` on a program with compilation errors
|
37 |
| -- Add `g:ghcmod_use_basedir` option (@adimit) |
38 |
| -- Add `:GhcModInfo [{identifier}]` command (@ajnsit) |
| 43 | +- Add `g:ghcmod_use_basedir` option (@adimit, #12) |
| 44 | +- Add `:GhcModInfo [{identifier}]` command (@ajnsit, #14) |
39 | 45 |
|
40 | 46 | ## 0.1.2 (2012-06-04)
|
41 | 47 | - Move ftplugin/haskell into after/ in order to co-exist with other ftplugins
|
|
0 commit comments