mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 12:22:08 +00:00
fix(ui): close outdated cmdline pum on redraw (#36815)
This commit is contained in:
1
runtime/lua/vim/_meta/vimfn.lua
generated
1
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -1647,6 +1647,7 @@ function vim.fn.eventhandler() end
|
||||
--- 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*
|
||||
|
||||
Reference in New Issue
Block a user