]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0737: when shell doesn't support CTRL-Z Vim still handles it v8.2.0737
authorBram Moolenaar <Bram@vim.org>
Mon, 11 May 2020 18:54:42 +0000 (20:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 11 May 2020 18:54:42 +0000 (20:54 +0200)
commit5c3128efe6bc48cbd88da23973db389ad3b8ab63
tree6a83b30c6c976e4162b80375d089692e8b162447
parentaacc6afdb8cdeb2558e6942dcd65ca0079bec1ee
patch 8.2.0737: when shell doesn't support CTRL-Z Vim still handles it

Problem:    When shell doesn't support CTRL-Z Vim still handles it.
Solution:   Ignore the STOP signal if it was ignored on startup.
            (Kurtis Rader, closes #5990, closes #6058)
src/os_unix.c
src/version.c