jalvesaq / vimcmdline

Send code to command line interpreter
GNU General Public License v2.0
223 stars 38 forks source link

feat: allow sending motions. #93

Closed forbesmyester closed 4 years ago

forbesmyester commented 4 years ago

Add support for sending text motions (<LocalLeader>mip to send inner paragraph, <LocalLeader>m% to send text up to and including closing brace etc)

jalvesaq commented 4 years ago

Thanks for your contribution! Could you, please, document the new feature at doc/vimcmdline.txt? So, people would know that it exists and how to use it.

forbesmyester commented 4 years ago

Thanks :-)

Added something to the docs.

jalvesaq commented 4 years ago

I merged it. Thanks!

blayz3r commented 4 years ago

Are these supposed to be the same: https://github.com/jalvesaq/vimcmdline/blob/ce69fbd1759fed6d0590040df4505c0bf61f9f7e/plugin/vimcmdline.vim#L441

https://github.com/jalvesaq/vimcmdline/blob/ce69fbd1759fed6d0590040df4505c0bf61f9f7e/plugin/vimcmdline.vim#L444

jalvesaq commented 4 years ago

No, they can't be. Thanks for reporting the bug!

jalvesaq commented 4 years ago

It should be fixed now. Thanks!