Skip to content

Commit

Permalink
Merge pull request #116 from kindlychung/master
Browse files Browse the repository at this point in the history
send current line
  • Loading branch information
jpalardy committed Nov 15, 2016
2 parents 32182ed + d40411f commit 48ac355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/slime.vim
Expand Up @@ -278,6 +278,7 @@ command -bar -nargs=0 SlimeConfig call s:SlimeConfig()
command -range -bar -nargs=0 SlimeSend <line1>,<line2>call s:SlimeSendRange()
command -nargs=+ SlimeSend1 call s:SlimeSend(<q-args> . "\r")
command -nargs=+ SlimeSend0 call s:SlimeSend(<args>)
command! SlimeSendCurrentLine call s:SlimeSend(getline(".") . "\r")

noremap <SID>Operator :<c-u>call <SID>SlimeStoreCurPos()<cr>:set opfunc=<SID>SlimeSendOp<cr>g@
Expand Down

0 comments on commit 48ac355

Please sign in to comment.