mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)
Problem: Dialog for file changed outside of Vim not tested.
Solution: Add a test. Move FileChangedShell test. Add 'L' flag to
feedkeys().
5e66b42aae
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
1
runtime/lua/vim/_meta/vimfn.lua
generated
1
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -1959,6 +1959,7 @@ function vim.fn.extendnew(expr1, expr2, expr3) end
|
||||
--- 't' Handle keys as if typed; otherwise they are handled as
|
||||
--- if coming from a mapping. This matters for undo,
|
||||
--- opening folds, etc.
|
||||
--- 'L' Lowlevel input. Other flags are not used.
|
||||
--- 'i' Insert the string instead of appending (see above).
|
||||
--- 'x' Execute commands until typeahead is empty. This is
|
||||
--- similar to using ":normal!". You can call feedkeys()
|
||||
|
||||
Reference in New Issue
Block a user