Replies: 2 comments
-
This might be better accomplished by #3247. A pipe doesn't feel like the right tool since this use-case doesn't need stdin or stdout. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, it’s a hack anyway :) Anything that delays it (to the next stack frame?) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would be useful to have a
:pipe_ignore
command that’s the equivalent ofAlt-|
(pipe and ignore output).e.g., I was playing around with supporting Ctrl+S for save in insert mode and the following works but, of course, I don’t want the output (nothing) replacing the current selection:
So, the following would work (and update the dirty flag/indicator also):
Beta Was this translation helpful? Give feedback.
All reactions