aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-02-20 15:13:55 +0800
committerGitHub <noreply@github.com>2023-02-20 15:13:55 +0800
commitf1816f9ee2a8b811fd6ce4e60a843087f855f97d (patch)
treeb28f8e65d98b5b346e7efb155b4d23d734eb2347 /runtime
parentb62c0c8d9c22ae7fc9ee200733f8312efa6dbced (diff)
downloadrneovim-f1816f9ee2a8b811fd6ce4e60a843087f855f97d.tar.gz
rneovim-f1816f9ee2a8b811fd6ce4e60a843087f855f97d.tar.bz2
rneovim-f1816f9ee2a8b811fd6ce4e60a843087f855f97d.zip
refactor(main.c): remove unreachable use_builtin_ui conditions (#22338)
When use_builtin_ui is true, Nvim will exit before line 385 is reached.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 3889b8e9a5..49d4546f95 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -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.