aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-08-27 03:59:13 -0700
committerJustin M. Keyes <justinkz@gmail.com>2021-09-14 07:51:01 -0700
commitf809664f89c7437d2466eae9772c918d22fb77ae (patch)
tree484385941d6328c1036b84cdfc5ddb68d25fbad4 /src
parentd83df7f7b5c13a96c1df8c061a65fc2d3f114032 (diff)
downloadrneovim-f809664f89c7437d2466eae9772c918d22fb77ae.tar.gz
rneovim-f809664f89c7437d2466eae9772c918d22fb77ae.tar.bz2
rneovim-f809664f89c7437d2466eae9772c918d22fb77ae.zip
ci: skip "cancels stale events on channel close" #15278
- ref #14083 #15251 - also: docs: naming conventions
Diffstat (limited to 'src')
-rw-r--r--src/nvim/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 7d7eba2105..6738b93124 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -338,7 +338,7 @@ int main(int argc, char **argv)
// prepare screen now, so external UIs can display messages
starting = NO_BUFFERS;
screenclear();
- TIME_MSG("initialized screen early for UI");
+ TIME_MSG("init screen for UI");
}