Added VIM tools, and help pages to all scripts missing one

This commit is contained in:
ville rantanen
2015-04-02 12:07:42 +03:00
parent 85928b7326
commit 029e2f5ad0
15 changed files with 85 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
" http://www.lingua-systems.com/knowledge/unicode-mappings/cp850-to-unicode.html
" http://www.obliquity.com/computer/html/unicode2500.html
map c1 :call CharDraw_blocks()<CR>
map c2 :call CharDraw_lines()<CR>
map c3 :call CharDraw_doublelines()<CR>
@@ -9,7 +8,7 @@ map c4 :call CharDraw_arrows()<CR>
map c5 :call CharDraw_extrachars()<CR>
map c0 :call CharDraw_clear()<CR>
map cr :so ansi.vim<CR>
" map cr :so ansi.vim<CR>
function! CharDraw_clear ()
mapclear!
@@ -20,7 +19,6 @@ set laststatus=2
endfunction
call CharDraw_clear()
function! CharDraw_blocks ()
mapclear!
map! 1
@@ -92,4 +90,3 @@ function! CharDraw_arrows ()
map! 8
set statusline=%f\ %=\ [▲▶▼◀◆]\(%v,%l)\ HEX:%B
endfunction