This commit is contained in:
ville rantanen
2015-04-02 12:59:43 +03:00
parent fcfe9a46b1
commit 6f5520ac82
4 changed files with 3 additions and 8 deletions

View File

@@ -8,8 +8,6 @@ map c4 :call CharDraw_arrows()<CR>
map c5 :call CharDraw_extrachars()<CR> map c5 :call CharDraw_extrachars()<CR>
map c0 :call CharDraw_clear()<CR> map c0 :call CharDraw_clear()<CR>
" map cr :so ansi.vim<CR>
function! CharDraw_clear () function! CharDraw_clear ()
mapclear! mapclear!
set laststatus=2 set laststatus=2

View File

@@ -1,12 +1,9 @@
" alias vimbox="vim -S ~/BTSync/Homeshare/lib/chkl.vim"
map cr :so chkl.vim<CR>
function! Box_clear () function! Box_clear ()
mapclear! mapclear!
map <space> :<C-U>call Flip_box()<CR> map <space> :<C-U>call Flip_box()<CR>
map a i[ ] <ESC>hhh map a i[ ] <ESC>hhh
set laststatus=2 set laststatus=2
set statusline=%f\ %=\ \[ChkLst\ spc,a]\ (%v,%l)\ HEX:%B set statusline=%f\ %=\ \[ChkB[x]\ spc,a]\ (%v,%l)
endfunction endfunction
call Box_clear() call Box_clear()

View File

@@ -8,5 +8,5 @@ function helpexit() {
[[ -z "$1" ]] && helpexit [[ -z "$1" ]] && helpexit
[[ "$1" = "-h" ]] && helpexit [[ "$1" = "-h" ]] && helpexit
LIB=$( dirname $0 )/ansi.vim LIB=$( dirname $( readlink -f $0 ) )/ansi.vim
vim -S "$LIB" "$@" vim -S "$LIB" "$@"

View File

@@ -8,5 +8,5 @@ function helpexit() {
[[ -z "$1" ]] && helpexit [[ -z "$1" ]] && helpexit
[[ "$1" = "-h" ]] && helpexit [[ "$1" = "-h" ]] && helpexit
LIB=$( dirname $0 )/checklist.vim LIB=$( dirname $( readlink -f $0 ) )/checklist.vim
vim -S "$LIB" "$@" vim -S "$LIB" "$@"