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/testdir/Make_all.mak b/src/testdir/Make_all.mak index 1c19cf7..88efd19 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -168,6 +168,7 @@ test_cdo.res \ test_channel.res \ test_cmdline.res \ + test_farsi.res \ test_hardcopy.res \ test_history.res \ test_increment.res \