We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba12b23 commit f045ff9Copy full SHA for f045ff9
src/prompt_toolkit/widgets/toolbars.py
@@ -152,7 +152,7 @@ def _cancel_vi(event: E) -> None:
152
async def _accept_vi(event: E) -> None:
153
"Run system command."
154
event.app.vi_state.input_mode = InputMode.NAVIGATION
155
- event.app.run_system_command(
+ await event.app.run_system_command(
156
self.system_buffer.text,
157
display_before_text=self._get_display_before_text(),
158
)
0 commit comments