neovim/runtime/plugin
Samuel (ThinLinc team) 8a85eb7a21 fix: dont create data dir if it's a broken symlink
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

(cherry picked from commit a6051e68a3)
2023-11-28 11:27:28 +00:00
..
editorconfig.lua refactor(editorconfig)!: change editorconfig_enable to editorconfig 2023-01-07 08:19:37 -07:00
gzip.vim vim-patch:47e13953ffdb 2021-04-28 21:29:57 -04:00
health.vim health.vim: remove :CheckHealth command 2017-12-27 13:00:58 +01:00
man.lua fix(man): make :Man with a range work 2023-11-07 02:39:45 +00:00
matchit.vim Add g:loaded_matchit check (#13226) 2020-11-04 18:46:03 -05:00
matchparen.vim vim-patch:partial:dd60c365cd26 (#22437) 2023-02-28 09:34:27 +01:00
netrwPlugin.vim vim-patch:89a9c159f23f #15641 2021-09-13 06:05:27 -07:00
nvim.lua fix(treesitter): InspectTree does not respect 'splitright' #22692 2023-03-17 04:41:57 -07:00
rplugin.vim fix: dont create data dir if it's a broken symlink 2023-11-28 11:27:28 +00:00
shada.vim
spellfile.vim spell: Fix argument and avoid redundant prompt. 2016-04-10 04:27:39 -04:00
tarPlugin.vim runtime/tar: 23515b4ef7580af8b9d3b964a558ab2007cacda5 2021-02-17 23:59:17 -05:00
tohtml.vim vim-patch:be4e01637e71 (#22103) 2023-02-03 09:18:18 +01:00
tutor.vim
zipPlugin.vim vim-patch:519cc559b08b (#16340) 2021-11-17 10:02:59 +01:00