commit | cb5ed4d6252a7c76c2f85ae95cb1e4e2bccc41fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 12:54:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 12:54:08 2022 +0100 |
tree | 9425c898abba354db03f6bac3a25aa1243b48ab6 | |
parent | 46af7bc08debbf408d025680eeef136fb3b528ef [diff] [blame] |
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 #3327)
diff --git a/src/version.c b/src/version.c index c0a0315..9e682a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 100, +/**/ 99, /**/ 98,