rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

gnvim and Spaces in PWD #192

Closed baileyparker closed 8 years ago

baileyparker commented 8 years ago

In its current state (c914586), gnvim [does not quote the $PWD it passes in to open](https://github.com/rogual/neovim-dot-app/blob/c914586773ef68bffa98b3264f31cfc26c7cafe7/gnvim#L2]:

open -n -a Neovim --args --cwd $PWD "$@"

This of course breaks if you use gnvim from a working directory that contains space(s).