patch 9.1.1545: typo in os_unix.c Commit: https://github.com/vim/vim/commit/f10fa3928c94287f20c50c9f00cb7db263af2bbd Author: Foxe Chen <chen.f...@gmail.com> Date: Tue Jul 15 20:02:57 2025 +0200
patch 9.1.1545: typo in os_unix.c Problem: Typo in os_unix.c Solution: Correct the typo (Foxe Chen) closes: #17761 Signed-off-by: Foxe Chen <chen.f...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/os_unix.c b/src/os_unix.c index c27755f95..3e4c6b339 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -6570,7 +6570,7 @@ RealWaitForChar(int fd, long msec, int *check_for_gpm UNUSED, int *interrupted) if (wayland_may_restore_connection()) { wayland_idx = nfd; - fds[nfd].fd = vwl_display_fd; + fds[nfd].fd = wayland_display_fd; fds[nfd].events = POLLIN; nfd++; } diff --git a/src/version.c b/src/version.c index 62dd30ad9..e4084d585 100644 --- a/src/version.c +++ b/src/version.c @@ -719,6 +719,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1545, /**/ 1544, /**/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1ubkBH-007ax8-2a%40256bit.org.