aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-09-20 23:42:23 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-09-21 00:05:06 -0400
commit01b2fa53f4593024437f5df25b7744b16b164e4f (patch)
tree16bc5fa1f461139f25ee67dcca7cfa5acbb92bdd /src/nvim/message.c
parent300a7a4cf464c32c9dfca577c4434060ab9d6ad2 (diff)
downloadrneovim-01b2fa53f4593024437f5df25b7744b16b164e4f.tar.gz
rneovim-01b2fa53f4593024437f5df25b7744b16b164e4f.tar.bz2
rneovim-01b2fa53f4593024437f5df25b7744b16b164e4f.zip
lint
Diffstat (limited to 'src/nvim/message.c')
-rw-r--r--src/nvim/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/message.c b/src/nvim/message.c
index 03561ba56f..fc7e96ac2c 100644
--- a/src/nvim/message.c
+++ b/src/nvim/message.c
@@ -2256,7 +2256,7 @@ static int do_more_prompt(int typed_char)
need_wait_return = FALSE; /* don't wait in main() */
}
FALLTHROUGH;
- case 'q': /* quit */
+ case 'q': // quit
case Ctrl_C:
case ESC:
if (confirm_msg_used) {