To: vim_dev@googlegroups.com Subject: Patch 8.2.2048 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2048 Problem: Amiga: obsolete code. Solution: Remove the unused lines. (Ola Söder, closes #7373) Files: src/gui.c *** ../vim-8.2.2047/src/gui.c 2020-10-24 20:49:37.494683051 +0200 --- src/gui.c 2020-11-25 15:50:46.061685874 +0100 *************** *** 2412,2432 **** if (highlight_mask & (HL_INVERSE | HL_STANDOUT)) { - #if defined(AMIGA) - gui_mch_set_colors(bg_color, fg_color); - #else gui_mch_set_fg_color(bg_color); gui_mch_set_bg_color(fg_color); - #endif } else { - #if defined(AMIGA) - gui_mch_set_colors(fg_color, bg_color); - #else gui_mch_set_fg_color(fg_color); gui_mch_set_bg_color(bg_color); - #endif } gui_mch_set_sp_color(sp_color); --- 2412,2424 ---- *** ../vim-8.2.2047/src/version.c 2020-11-25 15:45:34.590936520 +0100 --- src/version.c 2020-11-25 15:51:42.401464330 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2048, /**/ -- Futility Factor: No experiment is ever a complete failure - it can always serve as a negative example. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///