You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases there can be quite a few comment lines in the selected range and sending the comments to the target pane makes no sense. It would be great to have a flag/argument to SlimuxREPLSendSelection to strip out the comments before sending the selection to the target pane.
The text was updated successfully, but these errors were encountered:
If the lines are comments, why is it a problem to send them? And what if you're not sending the lines to an interpreter? You might want to keep the comments. I guess having a flag let's the user choose, but the default should be to send the literal lines without editing.
This sounds like a concern that you might fix at the vim level. Write a macro to temporarily remove the comments, then use slimux, and put the comments back.
In some cases there can be quite a few comment lines in the selected range and sending the comments to the target pane makes no sense. It would be great to have a flag/argument to SlimuxREPLSendSelection to strip out the comments before sending the selection to the target pane.
The text was updated successfully, but these errors were encountered: