Skip to content

Commit 445ca66

Browse files
committedJul 26, 2015
Version 1.3.1
1 parent b9b457e commit 445ca66

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 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+
28
## 1.3.0 (2015-03-17)
39
- Add `:GhcModDiagnostics` command
410
- Allow whitespaces in filename (#43)

‎autoload/ghcmod.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ function! s:find_basedir() "{{{
306306
endfunction "}}}
307307

308308
function! ghcmod#version() "{{{
309-
return [1, 3, 0]
309+
return [1, 3, 1]
310310
endfunction "}}}
311311

312312
" vim: set ts=2 sw=2 et fdm=marker:

0 commit comments

Comments
 (0)