From b96e2bb402a6a0bf684a98d0625b0704003d3f22 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Tue, 22 Jan 2013 10:49:21 +0900 Subject: [PATCH] - Added snippet aliases. --- autoload/neosnippet/snippets/vim.snip | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/neosnippet/snippets/vim.snip b/autoload/neosnippet/snippets/vim.snip index 3d387fb..ddf4c8f 100644 --- a/autoload/neosnippet/snippets/vim.snip +++ b/autoload/neosnippet/snippets/vim.snip @@ -97,10 +97,12 @@ options head redir END snippet NeoBundle +alias neobundle abbr NeoBundle '' NeoBundle '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`'${0} snippet NeoBundleLazy +alias neobundlelazy abbr NeoBundleLazy '' NeoBundleLazy '`getreg('+')=='' ? '<\`0\`>' : getreg('+')`', { 'autoload' : { \ ${0}