Files
neovim/runtime/plugin
Samuel (ThinLinc team) adb2258345 fix(rplugin): dont create data dir if it's a broken symlink #25726
Checking if it's non-empty and not a directory gets us quite far, but
not all the way. While a working symlink would trigger the earlier
checks, a broken symlink does not.

This commit fixes the special case where ~/.local/share/nvim  already
exists but is a broken symlink. Thus, it fixes the following error on
startup:

E739: Cannot create directory /home/samuel/.local/share/nvim: file
already exists
2023-11-28 03:17:39 -08:00
..
2023-08-13 13:25:10 +01:00
2023-04-11 19:10:36 +02:00
2023-09-09 08:29:50 +02:00
2015-08-15 15:25:30 -03:00
2023-04-23 15:22:55 +02:00