summaryrefslogtreecommitdiff
path: root/src/usercmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usercmd.c')
-rw-r--r--src/usercmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usercmd.c b/src/usercmd.c
index b48f157d6..5db6f48be 100644
--- a/src/usercmd.c
+++ b/src/usercmd.c
@@ -392,7 +392,7 @@ uc_list(char_u *name, size_t name_len)
long a;
garray_T *gap;
- /* In cmdwin, the alternative buffer should be used. */
+ // In cmdwin, the alternative buffer should be used.
gap =
#ifdef FEAT_CMDWIN
(cmdwin_type != 0 && get_cmdline_type() == NUL) ?