neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit ec89c5b261642e7af2d3f5f975f031c7ec1d0db2
parent 4a69847df45dc1dc8f7ee546a62ea6f5ef0825f9
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat, 13 Sep 2025 13:06:40 -0700

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


Diffstat:
Msrc/nvim/version.c | 24++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

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