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:
parent
1307d1c003
commit
00bf8cd211
1086
src/quickfix.c
1086
src/quickfix.c
File diff suppressed because it is too large
Load Diff
@ -792,6 +792,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
461,
|
||||
/**/
|
||||
460,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user