diff --git a/autoload/neosnippet/snippets/vim.snip b/autoload/neosnippet/snippets/vim.snip index c63478d..38cc2d3 100644 --- a/autoload/neosnippet/snippets/vim.snip +++ b/autoload/neosnippet/snippets/vim.snip @@ -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