Patch 8.2.0344

7 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 1, 2020, 1:42:22 PM3/1/20
to vim...@googlegroups.com

Patch 8.2.0344
Problem: ":def" not skipped properly.
Solution: Add CMD_def to list of commands the require evaluation even when
not being executed.
Files: src/ex_docmd.c


*** ../vim-8.2.0343/src/ex_docmd.c 2020-02-23 14:34:57.796437728 +0100
--- src/ex_docmd.c 2020-03-01 19:31:32.723612952 +0100
***************
*** 2357,2362 ****
--- 2357,2363 ----
case CMD_finally:
case CMD_endtry:
case CMD_function:
+ case CMD_def:
break;

// Commands that handle '|' themselves. Check: A command should
*** ../vim-8.2.0343/src/version.c 2020-03-01 17:55:09.009454927 +0100
--- src/version.c 2020-03-01 19:41:03.373482391 +0100
***************
*** 740,741 ****
--- 740,743 ----
{ /* Add new patch number below this line */
+ /**/
+ 344,
/**/

--
hundred-and-one symptoms of being an internet addict:
151. You find yourself engaged to someone you've never actually met,
except through e-mail.

/// Bram Moolenaar -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages