commit | 5c5697f29829fc3b21fc5452fe8f239f6a4cb8e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 12 20:34:09 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 12 20:34:09 2018 +0100 |
tree | 9c55dc06b8069bf990df87581ffe78cd87706d4d | |
parent | 295471920def98ce84bc96e5d97c16d250c81621 [diff] [blame] |
patch 8.1.0578: cannot disable arabic, rightleft and farsi in configure Problem: Cannot disable arabic, rightleft and farsi in configure. Solution: Add configur flags. (Diego Fernando Carrión, closes #1867)
diff --git a/src/version.c b/src/version.c index 0600217..fafba67 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 578, +/**/ 577, /**/ 576,