File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ function! ghcmod#print_warning(msg)"{{{
420420endfunction " }}}
421421
422422function ! ghcmod#version ()" {{{
423- return [0 , 1 , 1 ]
423+ return [0 , 1 , 2 ]
424424endfunction " }}}
425425
426426" vim: set ts = 2 sw = 2 et fdm = marker:
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments