rename vimbox
This commit is contained in:
@@ -15,3 +15,4 @@ function! Flip_box ()
|
||||
endfunction
|
||||
|
||||
set filetype=markdown
|
||||
set tabstop=4
|
||||
@@ -9,5 +9,5 @@ function helpexit() {
|
||||
[[ -z "$1" ]] && helpexit
|
||||
[[ "$1" = "-h" ]] && helpexit
|
||||
|
||||
LIB=$( dirname $( readlink -f $0 ) )/checklist.vim
|
||||
LIB=$( dirname $( realpath $0 ) )/markdown.vim
|
||||
vim -S "$LIB" "$@"
|
||||
Reference in New Issue
Block a user