more bsd attempts
This commit is contained in:
5
vim/vimd
5
vim/vimd
@@ -9,5 +9,8 @@ function helpexit() {
|
||||
[[ -z "$1" ]] && helpexit
|
||||
[[ "$1" = "-h" ]] && helpexit
|
||||
|
||||
LIB=$( dirname $( realpath $0 ) )/markdown.vim
|
||||
case $OSTYPE in
|
||||
darwin*) LIB=$( dirname $( realpath $0 ) )/markdown.vim ;;
|
||||
*) LIB=$( dirname $( readlink -f $0 ) )/markdown.vim ;;
|
||||
esac
|
||||
vim -S "$LIB" "$@"
|
||||
|
||||
Reference in New Issue
Block a user