Skip to content

Commit 0e89f1d

Browse files
committed
Improve NeoBundleLazy snippet
1 parent a78f7f5 commit 0e89f1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

neosnippets/vim.snip

+2-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ snippet NeoBundleLazy
106106
alias neobundlelazy
107107
abbr NeoBundleLazy ''
108108
NeoBundleLazy '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`', {
109-
\ 'autoload' : {
110-
\ ${0}
111-
\ }}
109+
\ ${0}
110+
\ }
112111

113112
snippet bundle_hooks
114113
abbr neobundle hooks

0 commit comments

Comments
 (0)