]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5129: timeout handling is not optimal v8.2.5129
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Jun 2022 13:36:35 +0000 (14:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Jun 2022 13:36:35 +0000 (14:36 +0100)
commit1f30caff8b63beda75a5dcd15ffe3e9e818ed483
tree29aa0c49c7ead7d8298f49165f0db9aaa09bcc6d
parent6f0cf62df97ee7c9d26b550adaf469be7fe1e09a
patch 8.2.5129: timeout handling is not optimal

Problem:    Timeout handling is not optimal.
Solution:   Avoid setting timeout_flag twice.  Adjust the pointer when
            stopping the regexp timeout.  Adjust variable name.
src/os_unix.c
src/os_win32.c
src/regexp.c
src/version.c