Skip to content

Commit

Permalink
Introduce :LPaste as a synonym to HPaste
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Feb 20, 2014
1 parent a787e18 commit 9264d99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/hpaste.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
if has('python')
command! -range=% LPaste call vim2hs#hpaste#hpaste(<line1>, <line2>)
command! -range=% HPaste call vim2hs#hpaste#hpaste(<line1>, <line2>)
endif

0 comments on commit 9264d99

Please sign in to comment.