summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-12-05 08:23:22 +0800
committerGitHub <noreply@github.com>2025-12-05 00:23:22 +0000
commita8a0bba2f8e0ee65bc3b658cb98fffb50753e2ae (patch)
treeee0d73931cd69125d2c60e90663af72471439097 /src/nvim/eval.lua
parente8fdc7ef9ac67f666a58e307d82263eb2fc92a3f (diff)
fix(ui): close outdated cmdline pum on redraw (#36815)
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r--src/nvim/eval.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index 8a1ede1c87..310816d488 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -2158,6 +2158,7 @@ M.funcs = {
then the name is also tried without adding an extension.
On MS-Windows it only checks if the file exists and is not a
directory, not if it's really executable.
+
On MS-Windows an executable in the same directory as the Vim
executable is always found (it's added to $PATH at |startup|).
*NoDefaultCurrentDirectoryInExePath*