- Added autoload snippet in Vim snip.
This commit is contained in:
parent
15cbea0616
commit
27274a32a4
@ -108,3 +108,11 @@ abbr NeoBundleLazy ''
|
||||
\ ${0}
|
||||
\ }}
|
||||
|
||||
snippet autoload
|
||||
abbr autoload func endfunc
|
||||
alias afunction afunc
|
||||
prev_word '^'
|
||||
function! `substitute(matchstr(neosnippet#util#expand('%:p:r'), '/autoload/\zs.*$'), '/', '#', 'g')`#${1:#:func_name}(${2:#:args})
|
||||
${0}
|
||||
endfunction
|
||||
|
||||
|
@ -718,6 +718,9 @@ A: Please try below settings. It defines snipMate function.
|
||||
==============================================================================
|
||||
CHANGELOG *neosnippet-changelog*
|
||||
|
||||
2013-01-30
|
||||
- Added autoload snippet in Vim snip.
|
||||
|
||||
2013-01-22
|
||||
- Added NeoBundleLazy snippet.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user