We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b457e commit 445ca66Copy full SHA for 445ca66
ChangeLog.md
@@ -1,4 +1,10 @@
1
# ChangeLog
2
+## 1.3.1 (2015-07-26)
3
+- Fix out of scope variable in ghcmod#util#tocol (#74, @jimenezrick)
4
+- Fix base directory calculation in deep subdirectories (#75)
5
+- Fix ghc-mod feature detection with ghc-mod's master build (#66)
6
+- Fix locations in quickfix list for `ghc-mod expand`
7
+
8
## 1.3.0 (2015-03-17)
9
- Add `:GhcModDiagnostics` command
10
- Allow whitespaces in filename (#43)
autoload/ghcmod.vim
@@ -306,7 +306,7 @@ function! s:find_basedir() "{{{
306
endfunction "}}}
307
308
function! ghcmod#version() "{{{
309
- return [1, 3, 0]
+ return [1, 3, 1]
310
311
312
" vim: set ts=2 sw=2 et fdm=marker:
0 commit comments