commit | 8e0ccb6bc21a446e5c6375b7fdf200fb53a129da | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Nov 01 18:35:27 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 01 18:35:27 2022 +0000 |
tree | 3e596216fd46a554ea8719c150ddcaa49a16f0bd | |
parent | 873f41a0187e81a22aa4622fbf938de72a54abba [diff] [blame] |
patch 9.0.0825: cannot drag an entry in the tabpage line Problem: Cannot drag an entry in the tabpage line. Solution: Clear dragwin instead of got_click. (closes #11483, closes #11482)
diff --git a/src/version.c b/src/version.c index 5d1a2fb..c1875ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 825, +/**/ 824, /**/ 823,