prompt-toolkit / pyvim

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

Fix running external commands #153

Open jellonek opened 4 months ago

jellonek commented 4 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