]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1545: typo in os_unix.c v9.1.1545
authorFoxe Chen <chen.foxe@gmail.com>
Tue, 15 Jul 2025 18:02:57 +0000 (20:02 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 15 Jul 2025 18:02:57 +0000 (20:02 +0200)
Problem:  Typo in os_unix.c
Solution: Correct the typo (Foxe Chen)

closes: #17761

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/os_unix.c
src/version.c

index c27755f9521258a048460391c7a6cca1c302a3fb..3e4c6b339a83adf03e584b69415c68f0a8513adc 100644 (file)
@@ -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++;
        }
index 62dd30ad914c06b0be473db040ab246d1b74c11a..e4084d585380e5ad6ee3fdb75941dbe9ab51a600 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1545,
 /**/
     1544,
 /**/