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 -- [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/202003011842.021IgBn1017288%40masaka.moolenaar.net.