nelsam/vidar

Incorrect opening of file with space in path.

Kvaz1r opened this issue · 2 comments

Description

Incorrect opening of file with space in path.

Steps to reproduce

  1. vidar E:/Some folder/file.go E:/test.txt

Expected behavior

Two tabs with files.

Actual behavior

Three tabs with files(E:/Some folder/file.go are split).

I believe that this is expected at the command line. Try quoting the folder with spaces in it: vidar E:/"Some folder"/file.go E:/test.txt

Yes quoting works, but notepad can handle path with space. Maybe because it can gets only one file for opening. With few it can be indeterminacy - is it local path or global path with space.