thaerkh / vim-workspace

📑 Automated Vim session management with file auto-save and persistent undo history
Apache License 2.0
466 stars 30 forks source link

When Neovim (maybe Vim) has this plugin losts getcwd #47

Open mdtrooper opened 3 years ago

mdtrooper commented 3 years ago

I try with:

$ cd /tmp
$ nvim

And :echo getcwd() is ~/old/project/ .

But when I try with:

$ cd /tmp
$ nvim --clean

The :echo getcwd() is /tmp/ .