prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.53k stars 163 forks source link

Fix running external commands #153

Open jellonek opened 9 months ago

jellonek commented 9 months ago

Without changes provided in this PR while trying to use :!pwd one will see:

.../lib/python3.11/site-packages/pyvim-3.0.3-py3.11.egg/pyvim/commands/handler.py:38: RuntimeWarning: coroutine 'Application.run_system_command' was never awaited