diff options
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 6b3279a990..98719fce4a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -502,7 +502,7 @@ static const int included_patches[] = { // 2004, 2003, 2002, - // 2001, + 2001, 2000, // 1999, // 1998, @@ -554,7 +554,7 @@ static const int included_patches[] = { 1952, 1951, 1950, - // 1949, + 1949, 1948, 1947, 1946, @@ -1303,7 +1303,7 @@ static const int included_patches[] = { 1203, 1202, 1201, - // 1200, + 1200, 1199, 1198, 1197, |