commit | db294adc65d73ffa5cdf3d0ab45ccbf05b965414 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 12:49:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 12:49:29 2019 +0200 |
tree | b10feaaa11f172b219b2479623dfd62b571d633a | |
parent | 9aeb33639f49511cc16962a11a40844693ddb15e [diff] [blame] |
patch 8.1.1475: search string not displayed when 'rightleft' is set Problem: Search string not displayed when 'rightleft' is set. Solution: Clear the right part of the old text. (closes #4488, closes #4489)
diff --git a/src/version.c b/src/version.c index a422cb0..8f707b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1475, +/**/ 1474, /**/ 1473,