aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-06-19 16:12:55 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-06-19 16:12:55 -0400
commit14e70878c58e55ff4bc3c73441addfe880493d97 (patch)
tree3090f4533405f22847bf089fe5078564dfad5499
parentb479f8997910a1c6d878168e06d290c3a1fa8fd6 (diff)
downloadrneovim-14e70878c58e55ff4bc3c73441addfe880493d97.tar.gz
rneovim-14e70878c58e55ff4bc3c73441addfe880493d97.tar.bz2
rneovim-14e70878c58e55ff4bc3c73441addfe880493d97.zip
lint
-rw-r--r--src/nvim/ex_docmd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c
index 73d75d506a..143c39bc7e 100644
--- a/src/nvim/ex_docmd.c
+++ b/src/nvim/ex_docmd.c
@@ -2317,9 +2317,9 @@ doend:
*/
int
checkforcmd(
- char_u **pp, /* start of command */
- char *cmd, /* name of command */
- int len /* required length */
+ char_u **pp, // start of command
+ char *cmd, // name of command
+ int len // required length
)
{
int i;
@@ -4705,7 +4705,7 @@ char_u *check_nextcmd(char_u *p)
*/
static int
check_more(
- int message, /* when FALSE check only, no messages */
+ int message, // when FALSE check only, no messages
int forceit
)
{