vim-workspace icon indicating copy to clipboard operation
vim-workspace copied to clipboard

When Neovim (maybe Vim) has this plugin losts getcwd

Open mdtrooper opened this issue 4 years ago • 0 comments

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/ .

mdtrooper avatar Jun 24 '21 10:06 mdtrooper