- Added bundle_hooks snippet.
This commit is contained in:
parent
4ee658007c
commit
e86bb3799f
@ -110,6 +110,14 @@ abbr NeoBundleLazy ''
|
|||||||
\ ${0}
|
\ ${0}
|
||||||
\ }}
|
\ }}
|
||||||
|
|
||||||
|
snippet bundle_hooks
|
||||||
|
abbr neobundle hooks
|
||||||
|
let s:hooks = neobundle#get_hooks('${1}')
|
||||||
|
function! s:hooks.on_source(bundle)
|
||||||
|
${0}
|
||||||
|
endfunction
|
||||||
|
unlet s:bundle
|
||||||
|
|
||||||
snippet autoload
|
snippet autoload
|
||||||
abbr autoload func endfunc
|
abbr autoload func endfunc
|
||||||
alias afunction afunc
|
alias afunction afunc
|
||||||
|
Loading…
Reference in New Issue
Block a user