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