1
0
forked from aniani/vim

patch 8.1.0461: quickfix code uses too many /* */ comments

Problem:    Quickfix code uses too many /* */ comments.
Solution:   Change to // comments. (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar 2018-10-07 20:26:20 +02:00
parent 1307d1c003
commit 00bf8cd211
2 changed files with 503 additions and 585 deletions

File diff suppressed because it is too large Load Diff

View File

@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
461,
/**/
460,
/**/