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 -- [email protected] -- 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    ///

-- 
-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202011251452.0APEqsGT2068584%40masaka.moolenaar.net.

Raspunde prin e-mail lui