- Added snippet aliases.
This commit is contained in:
parent
6863f6139c
commit
b96e2bb402
@ -97,10 +97,12 @@ options head
|
|||||||
redir END
|
redir END
|
||||||
|
|
||||||
snippet NeoBundle
|
snippet NeoBundle
|
||||||
|
alias neobundle
|
||||||
abbr NeoBundle ''
|
abbr NeoBundle ''
|
||||||
NeoBundle '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`'${0}
|
NeoBundle '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`'${0}
|
||||||
|
|
||||||
snippet NeoBundleLazy
|
snippet NeoBundleLazy
|
||||||
|
alias neobundlelazy
|
||||||
abbr NeoBundleLazy ''
|
abbr NeoBundleLazy ''
|
||||||
NeoBundleLazy '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`', { 'autoload' : {
|
NeoBundleLazy '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`', { 'autoload' : {
|
||||||
\ ${0}
|
\ ${0}
|
||||||
|
Loading…
Reference in New Issue
Block a user