diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-02-07 07:05:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 07:05:44 +0800 |
commit | 5371659524089b425887af1ce14bf9a374f0f234 (patch) | |
tree | bad054a186fff635c5f99e4a988b0aa3d1e3a610 /runtime/lua/vim/_meta/vimfn.lua | |
parent | 5f54f03285964d355744f0fdfca796b2d73af1d1 (diff) | |
parent | 7c43f1128d7deb9ecbe5bf747b441c7afcb736ab (diff) | |
download | rneovim-5371659524089b425887af1ce14bf9a374f0f234.tar.gz rneovim-5371659524089b425887af1ce14bf9a374f0f234.tar.bz2 rneovim-5371659524089b425887af1ce14bf9a374f0f234.zip |
Merge pull request #32358 from zeertzjq/vim-8.2.0849
vim-patch:8.2.{0849,0931},9.1.1081
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
-rw-r--r-- | runtime/lua/vim/_meta/vimfn.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/_meta/vimfn.lua b/runtime/lua/vim/_meta/vimfn.lua index 098c0e907a..c67f303d82 100644 --- a/runtime/lua/vim/_meta/vimfn.lua +++ b/runtime/lua/vim/_meta/vimfn.lua @@ -4148,6 +4148,7 @@ function vim.fn.globpath(path, expr, nosuf, list, allinks) end --- fname_case Case in file names matters (for Darwin and MS-Windows --- this is not present). --- gui_running Nvim has a GUI. +--- hurd GNU/Hurd system. --- iconv Can use |iconv()| for conversion. --- linux Linux system. --- mac MacOS system. |