rename vimbox

This commit is contained in:
ville rantanen
2017-06-07 10:50:24 +03:00
parent cd20e1d90e
commit cdbe32d534
4 changed files with 3 additions and 2 deletions

View File

@@ -1 +0,0 @@
../vim/vimbox

1
bin/vimd Symbolic link
View File

@@ -0,0 +1 @@
../vim/vimd

View File

@@ -15,3 +15,4 @@ function! Flip_box ()
endfunction endfunction
set filetype=markdown set filetype=markdown
set tabstop=4

View File

@@ -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" "$@"