- Improved vim snippet.

This commit is contained in:
Shougo Matsushita 2013-02-24 15:34:45 +09:00
parent b0d0bb1a6c
commit ef9338e776
1 changed files with 3 additions and 2 deletions

View File

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