This commit is contained in:
ville rantanen
2015-04-02 12:59:43 +03:00
parent fcfe9a46b1
commit 6f5520ac82
4 changed files with 3 additions and 8 deletions

View File

@@ -8,5 +8,5 @@ function helpexit() {
[[ -z "$1" ]] && helpexit
[[ "$1" = "-h" ]] && helpexit
LIB=$( dirname $0 )/checklist.vim
LIB=$( dirname $( readlink -f $0 ) )/checklist.vim
vim -S "$LIB" "$@"