Patch 8.2.2054
Problem:    Amiga: FEAT_ARP defined when it should not.
Solution:   Adjust "||" to "&&" in #ifdef. (Ola Söder, closes #7375)
Files:      src/feature.h


*** ../vim-8.2.2053/src/feature.h       2020-11-25 15:45:34.590936520 +0100
--- src/feature.h       2020-11-25 21:53:11.744037644 +0100
***************
*** 1090,1096 ****
   * +ARP                       Amiga only. Use arp.library, DOS 2.0 is not 
required.
   */
  #if defined(AMIGA) && !defined(NO_ARP) && !defined(__amigaos4__) \
!       && !defined(__MORPHOS__) || !defined(__AROS__)
  # define FEAT_ARP
  #endif
  
--- 1090,1096 ----
   * +ARP                       Amiga only. Use arp.library, DOS 2.0 is not 
required.
   */
  #if defined(AMIGA) && !defined(NO_ARP) && !defined(__amigaos4__) \
!       && !defined(__MORPHOS__) && !defined(__AROS__)
  # define FEAT_ARP
  #endif
  
*** ../vim-8.2.2053/src/version.c       2020-11-25 21:30:07.086109185 +0100
--- src/version.c       2020-11-25 21:54:17.735739944 +0100
***************
*** 752,753 ****
--- 752,755 ----
  {   /* Add new patch number below this line */
+ /**/
+     2054,
  /**/

-- 
GUARD #2:  Wait a minute -- supposing two swallows carried it together?
GUARD #1:  No, they'd have to have it on a line.
GUARD #2:  Well, simple!  They'd just use a standard creeper!
GUARD #1:  What, held under the dorsal guiding feathers?
GUARD #2:  Well, why not?
                                  The Quest for the Holy Grail (Monty Python)

 /// 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/202011252056.0APKuEZc2160921%40masaka.moolenaar.net.

Raspunde prin e-mail lui