The first call to Nyaovim handles filenames with spaces correctly, but opening a second one from the terminal or file manager splits the file into multiple arguments.
I have tried both with escaped whitespaces and quoted filenames. Both give the same wrong result.
This happens when Nyaovim is configured to run in a single instance.
Expected Behavior
The filename with spaces should be evaluated as a single argument.
Actual Behavior
The filename is split at the spaces and nyaovim opens many files with the partial names.
Steps to Reproduce (including precondition)
browser-config.json must include "single_instance": true to reproduce this error.
The first call to Nyaovim handles filenames with spaces correctly, but opening a second one from the terminal or file manager splits the file into multiple arguments.
I have tried both with escaped whitespaces and quoted filenames. Both give the same wrong result.
This happens when Nyaovim is configured to run in a single instance.
Expected Behavior
The filename with spaces should be evaluated as a single argument.
Actual Behavior
The filename is split at the spaces and nyaovim opens many files with the partial names.
Steps to Reproduce (including precondition)
browser-config.json
must include"single_instance": true
to reproduce this error.From the terminal:
After the 3 commands Nyaovim will include buffers file1.txt, file, 2.txt, and 3.txt, when they should be file1.txt, file 2.txt, and file 3.txt.
Screenshot on This Problem (if possible)
Your Environment
nvim
version: NVIM 0.1.7