diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-12-12 20:34:09 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-12-12 20:34:09 +0100 |
commit | 5c5697f29829fc3b21fc5452fe8f239f6a4cb8e1 (patch) | |
tree | 9c55dc06b8069bf990df87581ffe78cd87706d4d /src/version.c | |
parent | 295471920def98ce84bc96e5d97c16d250c81621 (diff) | |
download | vim-git-5c5697f29829fc3b21fc5452fe8f239f6a4cb8e1.tar.gz |
patch 8.1.0578: cannot disable arabic, rightleft and farsi in configurev8.1.0578
Problem: Cannot disable arabic, rightleft and farsi in configure.
Solution: Add configur flags. (Diego Fernando CarriĆ³n, closes #1867)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 0600217c7..fafba67d0 100644 --- a/src/version.c +++ b/src/version.c @@ -793,6 +793,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 578, +/**/ 577, /**/ 576, |