- Added NeoBundleLazy snippet.
This commit is contained in:
parent
cc4d978744
commit
6863f6139c
@ -100,3 +100,9 @@ snippet NeoBundle
|
|||||||
abbr NeoBundle ''
|
abbr NeoBundle ''
|
||||||
NeoBundle '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`'${0}
|
NeoBundle '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`'${0}
|
||||||
|
|
||||||
|
snippet NeoBundleLazy
|
||||||
|
abbr NeoBundleLazy ''
|
||||||
|
NeoBundleLazy '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`', { 'autoload' : {
|
||||||
|
\ ${0}
|
||||||
|
\ }}
|
||||||
|
|
||||||
|
@ -715,6 +715,9 @@ A: Please try below settings. It defines snipMate function.
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
CHANGELOG *neosnippet-changelog*
|
CHANGELOG *neosnippet-changelog*
|
||||||
|
|
||||||
|
2013-01-22
|
||||||
|
- Added NeoBundleLazy snippet.
|
||||||
|
|
||||||
2013-01-20
|
2013-01-20
|
||||||
- Lazy initialization.
|
- Lazy initialization.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user