commit | da1dbed0dfac00952b42982f8fffa42c4f5ed0c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 22 19:43:34 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 22 19:43:34 2021 +0100 |
tree | 9d1293b787f0635d562973e5580bc61d5a3cea96 | |
parent | 1f448d906b3c516e5864dc5bae3ddbf3664ee649 [diff] [blame] |
patch 8.2.2644: prop_clear() causes a screen update even when nothing changed Problem: prop_clear() causes a screen update even when nothing changed. Solution: Only redraw when a property was cleared. (Dominique Pellé)
diff --git a/src/version.c b/src/version.c index 3d69e9c..6fda8fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2644, +/**/ 2643, /**/ 2642,