commit | 9459b8d461d6f8345bfa3fb9b3b4297a7950b0bc | [log] [tgz] |
---|---|---|
author | presuku <presuku@users.noreply.github.com> | Tue Nov 16 20:03:56 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 20:03:56 2021 +0000 |
tree | e1bb0fe553858a0aa62aafe77c5cd5b054c43f51 | |
parent | d3682c5f28380695a53cbb927deb94ffa3261eca [diff] [blame] |
patch 8.2.3607: GTK3 screen updating is slow Problem: GTK3 screen updating is slow. Solution: Remove some of the GTK3-specific code. (closes #9052)
diff --git a/src/version.c b/src/version.c index 94a8732..e0bc5c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3607, +/**/ 3606, /**/ 3605,