Added VIM tools, and help pages to all scripts missing one
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user