To: vim_dev@googlegroups.com Subject: Patch 8.2.2552 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///