comparison src/version.c @ 25088:5f6a70167daa v8.2.3081

patch 8.2.3081: cannot catch errors in a channel command Commit: https://github.com/vim/vim/commit/11a632d60bde616feb298d180108819ebb1d04a0 Author: Alisue <lambdalisue@hashnote.net> Date: Wed Jun 30 22:01:02 2021 +0200 patch 8.2.3081: cannot catch errors in a channel command Problem: Cannot catch errors in a channel command. Solution: Instead of skipping the error make it silent. (closes https://github.com/vim/vim/issues/8477)
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Jun 2021 22:15:03 +0200
parents 088c1ddac618
children 73503bafb3bf
comparison
equal deleted inserted replaced
25087:49075d646117 25088:5f6a70167daa
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3081,
758 /**/ 760 /**/
759 3080, 761 3080,
760 /**/ 762 /**/
761 3079, 763 3079,
762 /**/ 764 /**/