- Added NeoBundleLazy snippet.

This commit is contained in:
Shougo Matsushita 2013-01-22 10:48:34 +09:00
parent cc4d978744
commit 6863f6139c
2 changed files with 9 additions and 0 deletions

View File

@ -100,3 +100,9 @@ snippet NeoBundle
abbr NeoBundle ''
NeoBundle '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`'${0}
snippet NeoBundleLazy
abbr NeoBundleLazy ''
NeoBundleLazy '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`', { 'autoload' : {
\ ${0}
\ }}

View File

@ -715,6 +715,9 @@ A: Please try below settings. It defines snipMate function.
==============================================================================
CHANGELOG *neosnippet-changelog*
2013-01-22
- Added NeoBundleLazy snippet.
2013-01-20
- Lazy initialization.