commit | fbdce1850098e7e9364993cd8c51e4a686c01ae9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 15:30:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 15:30:55 2022 +0100 |
tree | 7204c40adb1b66890d876b0dcb3463793499a296 | |
parent | 0089ce293f885afc2b77f12aa110f33b2101973a [diff] [blame] |
patch 9.0.0696: it is unclear if the +rightleft and +arabic features are used Problem: It is unclear if the +rightleft and +arabic features are actively being used. Solution: Disable the features, await feedback.
diff --git a/src/version.c b/src/version.c index 530874a..aab7032 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 696, +/**/ 695, /**/ 694,