From 9264d99f200745bdb6fa7b6adb6f67d91da27bbb Mon Sep 17 00:00:00 2001 From: Roman Cheplyaka Date: Thu, 20 Feb 2014 20:05:02 +0200 Subject: [PATCH] Introduce :LPaste as a synonym to HPaste --- plugin/hpaste.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/hpaste.vim b/plugin/hpaste.vim index 05fb71e..bda98eb 100644 --- a/plugin/hpaste.vim +++ b/plugin/hpaste.vim @@ -1,3 +1,4 @@ if has('python') + command! -range=% LPaste call vim2hs#hpaste#hpaste(, ) command! -range=% HPaste call vim2hs#hpaste#hpaste(, ) endif