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:
zeertzjq
2023-02-20 15:13:55 +08:00
committed by GitHub
parent b62c0c8d9c
commit f1816f9ee2
3 changed files with 6 additions and 5 deletions

View File

@@ -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.