mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
docs: update version.c #35670
vim-patch:8.1.0000: release vim-patch:8.1.0058: display problem with margins and scrolling vim-patch:8.1.0065: balloon displayed at the wrong position vim-patch:8.1.0158: GUI: input() fails if CTRL-C was pressed before vim-patch:8.1.0328: inputlist() doesn't work with a timer vim-patch:8.1.1560: popup window hidden option not implemented yet vim-patch:8.1.1600: cannot specify highlighting for popup window scrollbar vim-patch:8.1.1810: popup_getoptions() is missing an entry for "mapping" vim-patch:8.1.1811: popup window color cannot be set to "Normal" vim-patch:8.1.1943: more code can be moved to evalvars.c vim-patch:8.1.2265: when popup with "botleft" does not fit it flips incorrectly vim-patch:8.1.2266: position unknown for a mouse click in a popup window vim-patch:8.2.1190: Vim9: checking for Vim9 syntax is spread out vim-patch:8.2.1405: Vim9: vim9compile.c is getting too big vim-patch:8.2.2227: Vim9: recognizing lambda is too complicated vim-patch:8.2.4036: Vim9: script test file is getting too long vim-patch:8.2.4159: MS-Windows: _WndProc() is very long vim-patch:8.2.4189: MS-Windows: code for "old look" is obsolete vim-patch:8.2.4194: MS-Windows: code for calculating font size is duplicated vim-patch:8.2.4198: Vim9: the switch for executing instructions is too long vim-patch:8.2.4213: too much code for supporting old MSVC versions vim-patch:8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicated vim-patch:9.0.1757: ex_class() function is too long vim-patch:9.1.0361: Vim9: vim9type.c is too complicated vim-patch:9.1.0367: compile_def_function is too long vim-patch:9.1.0371: Vim9: compile_def_function() still too long vim-patch:9.1.0517: MS-Windows: too long lines in Make_mvc.mak vim-patch:9.1.0914: Vim9: compile_assignment() is too long vim-patch:9.1.0920: Vim9: compile_assignment() too long vim-patch:9.1.1278: Vim9: too long functions in vim9type.c vim-patch:9.1.1092: tests: fix expected return code for python 3.13 on Windows
This commit is contained in:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
4a69847df4
commit
ec89c5b261
@@ -186,7 +186,7 @@ static const int included_patches[] = {
|
|||||||
2298,
|
2298,
|
||||||
2297,
|
2297,
|
||||||
2296,
|
2296,
|
||||||
// 2295,
|
2295,
|
||||||
2294,
|
2294,
|
||||||
2293,
|
2293,
|
||||||
// 2292,
|
// 2292,
|
||||||
@@ -477,7 +477,7 @@ static const int included_patches[] = {
|
|||||||
2007,
|
2007,
|
||||||
2006,
|
2006,
|
||||||
2005,
|
2005,
|
||||||
// 2004,
|
2004,
|
||||||
2003,
|
2003,
|
||||||
2002,
|
2002,
|
||||||
2001,
|
2001,
|
||||||
@@ -485,21 +485,21 @@ static const int included_patches[] = {
|
|||||||
// 1999,
|
// 1999,
|
||||||
1998,
|
1998,
|
||||||
1997,
|
1997,
|
||||||
// 1996,
|
1996,
|
||||||
1995,
|
1995,
|
||||||
1994,
|
1994,
|
||||||
// 1993,
|
1993,
|
||||||
1992,
|
1992,
|
||||||
1991,
|
1991,
|
||||||
1990,
|
1990,
|
||||||
// 1989,
|
// 1989,
|
||||||
1988,
|
1988,
|
||||||
// 1987,
|
1987,
|
||||||
// 1986,
|
1986,
|
||||||
// 1985,
|
// 1985,
|
||||||
1984,
|
1984,
|
||||||
1983,
|
1983,
|
||||||
// 1982,
|
1982,
|
||||||
// 1981,
|
// 1981,
|
||||||
1980,
|
1980,
|
||||||
// 1979,
|
// 1979,
|
||||||
@@ -527,7 +527,7 @@ static const int included_patches[] = {
|
|||||||
// 1957,
|
// 1957,
|
||||||
1956,
|
1956,
|
||||||
1955,
|
1955,
|
||||||
// 1954,
|
1954,
|
||||||
1953,
|
1953,
|
||||||
1952,
|
1952,
|
||||||
1951,
|
1951,
|
||||||
@@ -541,7 +541,7 @@ static const int included_patches[] = {
|
|||||||
// 1943,
|
// 1943,
|
||||||
1942,
|
1942,
|
||||||
1941,
|
1941,
|
||||||
// 1940,
|
1940,
|
||||||
// 1939,
|
// 1939,
|
||||||
1938,
|
1938,
|
||||||
1937,
|
1937,
|
||||||
@@ -561,8 +561,8 @@ static const int included_patches[] = {
|
|||||||
1923,
|
1923,
|
||||||
1922,
|
1922,
|
||||||
1921,
|
1921,
|
||||||
// 1920,
|
1920,
|
||||||
// 1919,
|
1919,
|
||||||
1918,
|
1918,
|
||||||
1917,
|
1917,
|
||||||
1916,
|
1916,
|
||||||
@@ -730,7 +730,7 @@ static const int included_patches[] = {
|
|||||||
1754,
|
1754,
|
||||||
1753,
|
1753,
|
||||||
1752,
|
1752,
|
||||||
// 1751,
|
1751,
|
||||||
1750,
|
1750,
|
||||||
1749,
|
1749,
|
||||||
1748,
|
1748,
|
||||||
|
Reference in New Issue
Block a user