mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 17:11:48 +00:00
feat: add preview functionality to user commands
Adds a Lua-only `preview` flag to user commands which allows the command to be incrementally previewed like `:substitute` when 'inccommand' is set.
This commit is contained in:
@@ -53,6 +53,7 @@ return {
|
||||
"force";
|
||||
"keepscript";
|
||||
"nargs";
|
||||
"preview";
|
||||
"range";
|
||||
"register";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user