Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Jul 26, 2015
1 parent b9b457e commit 445ca66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# ChangeLog
## 1.3.1 (2015-07-26)
- Fix out of scope variable in ghcmod#util#tocol (#74, @jimenezrick)
- Fix base directory calculation in deep subdirectories (#75)
- Fix ghc-mod feature detection with ghc-mod's master build (#66)
- Fix locations in quickfix list for `ghc-mod expand`

## 1.3.0 (2015-03-17)
- Add `:GhcModDiagnostics` command
- Allow whitespaces in filename (#43)
Expand Down
2 changes: 1 addition & 1 deletion autoload/ghcmod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function! s:find_basedir() "{{{
endfunction "}}}

function! ghcmod#version() "{{{
return [1, 3, 0]
return [1, 3, 1]
endfunction "}}}

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

0 comments on commit 445ca66

Please sign in to comment.