mirror of
https://github.com/neovim/neovim.git
synced 2026-07-14 05:10:36 +00:00
refactor(main.c): remove unreachable use_builtin_ui conditions (#22338)
When use_builtin_ui is true, Nvim will exit before line 385 is reached.
This commit is contained in:
@@ -1794,7 +1794,7 @@ v:event Dictionary of event data for the current |autocommand|. Valid
|
||||
abort Whether the event triggered during
|
||||
an aborting condition (e.g. |c_Esc| or
|
||||
|c_CTRL-C| for |CmdlineLeave|).
|
||||
chan |channel-id| or 0 for "internal".
|
||||
chan |channel-id|
|
||||
cmdlevel Level of cmdline.
|
||||
cmdtype Type of cmdline, |cmdline-char|.
|
||||
cwd Current working directory.
|
||||
|
||||
Reference in New Issue
Block a user