RMichelsen / Nvy

Nvy - A Neovim client in C++
MIT License
332 stars 28 forks source link

bugfix: handle space in file name #131

Closed meilinxiaoxue closed 1 month ago

meilinxiaoxue commented 1 month ago

add double quotes to nvim parameters,otherwise nvy can't open file with space in file name

RMichelsen commented 1 month ago

This closes #129, thanks!