Patch 8.2.2552
Problem:    Vim9: no reason to consider "{{{{{{{{" a command.
Solution:   Just use "{". (issue #7904)
Files:      src/ex_cmds.h


*** ../vim-8.2.2551/src/ex_cmds.h       2021-02-19 21:42:51.544789771 +0100
--- src/ex_cmds.h       2021-02-26 21:55:02.417454188 +0100
***************
*** 1819,1825 ****
  EXCMD(CMD_at,         "@",            ex_at,
        
EX_RANGE|EX_WHOLEFOLD|EX_EXTRA|EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK|EX_NONWHITE_OK,
        ADDR_LINES),
! EXCMD(CMD_block,      "{{{{{{{{",     ex_block,  // not found normally
        0,
        ADDR_NONE),
  EXCMD(CMD_endblock,   "}",            ex_endblock,
--- 1819,1825 ----
  EXCMD(CMD_at,         "@",            ex_at,
        
EX_RANGE|EX_WHOLEFOLD|EX_EXTRA|EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK|EX_NONWHITE_OK,
        ADDR_LINES),
! EXCMD(CMD_block,      "{",            ex_block,  // not found normally
        0,
        ADDR_NONE),
  EXCMD(CMD_endblock,   "}",            ex_endblock,
*** ../vim-8.2.2551/src/version.c       2021-02-26 20:25:31.723748646 +0100
--- src/version.c       2021-02-26 21:55:52.861228354 +0100
***************
*** 752,753 ****
--- 752,755 ----
  {   /* Add new patch number below this line */
+ /**/
+     2552,
  /**/

-- 
Men may not be seen publicly in any kind of strapless gown.
                [real standing law in Florida, United States of America]

 /// Bram Moolenaar -- b...@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    ///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202102262057.11QKvNNn266729%40masaka.moolenaar.net.

Raspunde prin e-mail lui