Skip to content

Commit 3363f68

Browse files
committed
version 0.1.2
1 parent 64f2934 commit 3363f68

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ChangeLog
2+
3+
## 0.1.2 (2012-06-04)
4+
- Move ftplugin/haskell into after/ in order to co-exist with other ftplugins
5+
- Fix `s:join_path()` for Windows
6+
7+
## 0.1.1 (2012-04-02)
8+
- Fix the location of vimproc.vim
9+
10+
## 0.1.0 (2012-04-01)
11+
- Initial release

autoload/ghcmod.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ function! ghcmod#print_warning(msg)"{{{
420420
endfunction"}}}
421421

422422
function! ghcmod#version()"{{{
423-
return [0, 1, 1]
423+
return [0, 1, 2]
424424
endfunction"}}}
425425

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

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
exec vim -N -u NONE --cmd 'set runtimepath=.' -S dist.vim -c quit
2+
exec vim -N -u NONE --cmd 'set runtimepath=.,~/.vim/bundle/vimproc' -S dist.vim -c quit

0 commit comments

Comments
 (0)