Skip to content

Commit

Permalink
version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Jun 3, 2012
1 parent 64f2934 commit 3363f68
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ChangeLog

## 0.1.2 (2012-06-04)
- Move ftplugin/haskell into after/ in order to co-exist with other ftplugins
- Fix `s:join_path()` for Windows

## 0.1.1 (2012-04-02)
- Fix the location of vimproc.vim

## 0.1.0 (2012-04-01)
- Initial release
2 changes: 1 addition & 1 deletion autoload/ghcmod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ function! ghcmod#print_warning(msg)"{{{
endfunction"}}}

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

" vim: set ts=2 sw=2 et fdm=marker:
2 changes: 1 addition & 1 deletion dist.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec vim -N -u NONE --cmd 'set runtimepath=.' -S dist.vim -c quit
exec vim -N -u NONE --cmd 'set runtimepath=.,~/.vim/bundle/vimproc' -S dist.vim -c quit

0 comments on commit 3363f68

Please sign in to comment.