mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
version.c: Add patch numbers until 7.4.567.
This commit is contained in:
parent
a240e3d686
commit
bfd2a34570
@ -178,6 +178,13 @@ static char *(features[]) = {
|
||||
};
|
||||
|
||||
static int included_patches[] = {
|
||||
//567,
|
||||
//566,
|
||||
//565,
|
||||
//564,
|
||||
//563,
|
||||
//562,
|
||||
//561,
|
||||
//560 NA
|
||||
559,
|
||||
//558 NA
|
||||
|
Loading…
Reference in New Issue
Block a user