commit | ee2615af64fdcee87d8e4b13b65356e77fbd969b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 18:25:34 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 18:25:34 2016 +0200 |
tree | 7a5c73269bef363fe0bf16bb257787c933f7ae17 | |
parent | 361c8f0e517e41f1f1d34dae328044406fde80ac [diff] [blame] |
patch 7.4.1981 Problem: No testing for Farsi code. Solution: Add a minimal test. Clean up Farsi code.
diff --git a/src/Makefile b/src/Makefile index 668f900..79e2992 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2022,6 +2022,7 @@ test_expand_dllpath \ test_expr \ test_expr_utf8 \ + test_farsi \ test_feedkeys \ test_file_perm \ test_fnamemodify \