commit | fa5612c7d836eb789e0f8ff4b10461b8640a14b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 19:37:07 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 19:37:07 2019 +0100 |
tree | 0e4040ebe80a7fd8690e409ba4d416fbfea5e207 | |
parent | 912bc4a51af0ad947cb39deba2a6fa4ee27af906 [diff] [blame] |
patch 8.1.2377: GUI: when losing focus a pending operator is executed Problem: GUI: when losing focus a pending operator is executed. Solution: Do not execute an operator when getting K_IGNORE. (closes #5300)
diff --git a/src/version.c b/src/version.c index 036a4bd..4d50222 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2377, +/**/ 2376, /**/ 2375,