tidy up
This commit is contained in:
@@ -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" "$@"
|
||||
|
||||
Reference in New Issue
Block a user