Commit: patch 9.1.1545: typo in os_unix.c

2 views
Skip to first unread message

Christian Brabandt

unread,
Jul 15, 2025, 2:15:19 PM7/15/25
to vim...@googlegroups.com
patch 9.1.1545: typo in os_unix.c

Commit: https://github.com/vim/vim/commit/f10fa3928c94287f20c50c9f00cb7db263af2bbd
Author: Foxe Chen <chen...@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...@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,
/**/
Reply all
Reply to author
Forward
0 new messages