prompt-toolkit / pyvim

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

Fix the F9 key binding in the example pyvimrc #140

Closed thuibr closed 2 years ago

thuibr commented 2 years ago

This fixes the "editor_buffer.filename is None" issue as well as an issue with running the command in a subprocess.

thuibr commented 2 years ago

@jonathanslenders would you be able to review this PR?

jonathanslenders commented 2 years ago

Thanks!