]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0100: get hit-enter prompt for system() when '!' is in 'guioptions' v9.0.0100
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2022 11:54:08 +0000 (12:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2022 11:54:08 +0000 (12:54 +0100)
commitcb5ed4d6252a7c76c2f85ae95cb1e4e2bccc41fc
tree9425c898abba354db03f6bac3a25aa1243b48ab6
parent46af7bc08debbf408d025680eeef136fb3b528ef
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)
src/os_unix.c
src/version.c