commit | 3ff2f09525e3461419886763efa1a01f08882d8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 13:22:44 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 13:22:44 2017 +0100 |
tree | 9ce8f802ecfccf56c955ff659906fdd77b5b2002 | |
parent | 518c9b133baed4b1a555d7be0ece1b48bb234b1d [diff] [blame] |
patch 8.0.0497: arabic support is not fully tested Problem: Arabic support is not fully tested. Solution: Add more tests for the untested functions. Comment out unreachable code.
diff --git a/src/version.c b/src/version.c index 3cbbe2d..88fd23d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 497, +/**/ 496, /**/ 495,