comparison Filelist @ 20637:6c5b11458f31 v8.2.0872

patch 8.2.0872: XIM code is mixed with multi-byte code Commit: https://github.com/vim/vim/commit/f15c8b6eb32fcfea88fd9ca42ef87bbee2c8fe2b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 1 14:34:43 2020 +0200 patch 8.2.0872: XIM code is mixed with multi-byte code Problem: XIM code is mixed with multi-byte code. Solution: Move the XIM code to a separate file. (Yegappan Lakshmanan, closes #6177)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Jun 2020 14:45:05 +0200
parents ac057cd4e5cb
children b1fac55cf8a3
comparison
equal deleted inserted replaced
20636:7226685d849a 20637:6c5b11458f31
417 src/gui_gtk_f.c \ 417 src/gui_gtk_f.c \
418 src/gui_gtk_f.h \ 418 src/gui_gtk_f.h \
419 src/gui_gtk_x11.c \ 419 src/gui_gtk_x11.c \
420 src/gui_gtk_res.xml \ 420 src/gui_gtk_res.xml \
421 src/gui_motif.c \ 421 src/gui_motif.c \
422 src/gui_xim.c \
422 src/gui_xmdlg.c \ 423 src/gui_xmdlg.c \
423 src/gui_xmebw.c \ 424 src/gui_xmebw.c \
424 src/gui_xmebw.h \ 425 src/gui_xmebw.h \
425 src/gui_xmebwp.h \ 426 src/gui_xmebwp.h \
426 src/gui_x11.c \ 427 src/gui_x11.c \
440 src/proto/gui_athena.pro \ 441 src/proto/gui_athena.pro \
441 src/proto/gui_gtk.pro \ 442 src/proto/gui_gtk.pro \
442 src/proto/gui_gtk_x11.pro \ 443 src/proto/gui_gtk_x11.pro \
443 src/proto/gui_gtk_gresources.pro \ 444 src/proto/gui_gtk_gresources.pro \
444 src/proto/gui_motif.pro \ 445 src/proto/gui_motif.pro \
446 src/proto/gui_xim.pro \
445 src/proto/gui_xmdlg.pro \ 447 src/proto/gui_xmdlg.pro \
446 src/proto/gui_x11.pro \ 448 src/proto/gui_x11.pro \
447 src/proto/if_xcmdsrv.pro \ 449 src/proto/if_xcmdsrv.pro \
448 src/proto/os_unix.pro \ 450 src/proto/os_unix.pro \
449 src/proto/pty.pro \ 451 src/proto/pty.pro \