6 lines
136 B
VimL
6 lines
136 B
VimL
|
function s:init()
|
||
|
vmap <buffer> <Space>s :<C-u>call abook#sum()<CR>
|
||
|
endfunction
|
||
|
|
||
|
autocmd BufNewFile,BufRead account.txt call s:init()
|