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