commit | 972bfddc6b3f52ae0865ad8c0bf6089bc8a9883a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 14:48:15 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 14:48:15 2018 +0200 |
tree | dbd95dd25564d1c34c30fbfe22c130e6927c79d4 | |
parent | a8a60d0c6b292216e55f005cf9637789a771d34b [diff] [blame] |
patch 8.1.0140: recording into a register has focus events Problem: Recording into a register has focus events. (Michael Naumann) Solution: Don't record K_FOCUSGAINED and K_FOCUSLOST. (closes #3143)
diff --git a/src/version.c b/src/version.c index 0fdf075..512001c 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 140, +/**/ 139, /**/ 138,