comparison src/version.c @ 29517:a762488a5d08 v9.0.0100

patch 9.0.0100: get hit-enter prompt for system() when '!' is in 'guioptions' Commit: https://github.com/vim/vim/commit/cb5ed4d6252a7c76c2f85ae95cb1e4e2bccc41fc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 28 12:54:08 2022 +0100 patch 9.0.0100: get hit-enter prompt for system() when '!' is in 'guioptions' Problem: Get hit-enter prompt for system() when '!' is in 'guioptions'. Solution: Do not call wait_return() when not redrawing. (closes https://github.com/vim/vim/issues/3327)
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jul 2022 14:00:03 +0200
parents e988bbf50e09
children 3afe997f4415
comparison
equal deleted inserted replaced
29516:877887b3a205 29517:a762488a5d08
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 100,
738 /**/ 740 /**/
739 99, 741 99,
740 /**/ 742 /**/
741 98, 743 98,
742 /**/ 744 /**/