mdtrooper opened this issue 4 years ago · 0 comments
I try with:
$ cd /tmp $ nvim
And :echo getcwd() is ~/old/project/ .
:echo getcwd()
~/old/project/
But when I try with:
$ cd /tmp $ nvim --clean
The :echo getcwd() is /tmp/ .
/tmp/