commit | ae906c8b1bf023f4a15f38b4abef9dedc2f18467 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 11:12:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 11:12:49 2022 +0100 |
tree | 9d82b93bb2c4a780bc755b392f1d2117476648b5 | |
parent | a4962cd7bac8464d9f8d95d37614ecf595c5487e [diff] [blame] |
patch 9.0.0729: the rightleft and arabic features are disabled Problem: The rightleft and arabic features are disabled. Solution: Re-enable the features, some users want to use the functionality.
diff --git a/src/version.c b/src/version.c index 0a8eb00..3413d52 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 729, +/**/ 728, /**/ 727,