0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.2396: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.
This commit is contained in:
Bram Moolenaar
2019-12-05 21:50:01 +01:00
parent 0d6f5d9740
commit e38eab22c1
9 changed files with 1311 additions and 1312 deletions

View File

@@ -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) ?