mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.1793: mixed comment style in globals
Problem: Mixed comment style in globals. Solution: Use // comments where appropriate.
This commit is contained in:
parent
dd00035cb5
commit
1ccaa35abf
821
src/globals.h
821
src/globals.h
File diff suppressed because it is too large
Load Diff
@ -773,6 +773,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1793,
|
||||||
/**/
|
/**/
|
||||||
1792,
|
1792,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user