add scripts
This commit is contained in:
5
plugin/abook.vim
Normal file
5
plugin/abook.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
function s:init()
|
||||
vmap <buffer> <Space>s :<C-u>call abook#sum()<CR>
|
||||
endfunction
|
||||
|
||||
autocmd BufNewFile,BufRead account.txt call s:init()
|
Reference in New Issue
Block a user