Patch 8.1.1618
Problem:    Amiga-like systems quickly run out of stack.
Solution:   Reserve a Megabyte stack. (Ola Söder, closes #4608)
Files:      src/os_amiga.c


*** ../vim-8.1.1617/src/os_amiga.c      2019-05-28 23:08:12.072648675 +0200
--- src/os_amiga.c      2019-07-02 23:20:33.746270583 +0200
***************
*** 61,66 ****
--- 61,77 ----
  #endif /* PROTO */
  
  /*
+  * Set stack size to 1 MiB on NG systems. This should be enough even for
+  * hungry syntax HL / plugin combinations. Leave the stack alone on OS 3
+  * and below, those systems might be low on memory.
+  */
+ #if defined(__amigaos4__)
+ static const char* __attribute__((used)) stackcookie = "$STACK: 1048576";
+ #elif defined(__AROS__) || defined(__MORPHOS__)
+ unsigned long __stack = 1048576;
+ #endif
+ 
+ /*
   * At this point TRUE and FALSE are defined as 1L and 0L, but we want 1 and 0.
   */
  #undef        TRUE
*** ../vim-8.1.1617/src/version.c       2019-07-02 23:13:20.160427758 +0200
--- src/version.c       2019-07-02 23:21:30.221995764 +0200
***************
*** 779,780 ****
--- 779,782 ----
  {   /* Add new patch number below this line */
+ /**/
+     1618,
  /**/

-- 
I'd like to meet the man who invented sex and see what he's working on now.

 /// 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/201907022122.x62LMvk3004517%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui