tmux-plugins / tmux-resurrect

Persists tmux environment across system restarts.
MIT License
11.38k stars 422 forks source link

[BUG] saving with nvim opens the incorrect files if you have spaces in filenames #499

Open Will-Hendrix opened 8 months ago

Will-Hendrix commented 8 months ago

reproduce: have files 'file1' 'file2' 'file1 file2' in one directory open 'file1 file2' save restore now 'file1' and 'file2' are both open, and 'file1 file2' is not.