diff options
| author | lonerover <pathfinder1644@yahoo.com> | 2017-03-02 19:47:35 +0800 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-02 12:47:35 +0100 |
| commit | 8a10497ce656acb20424f74e12772823c03c024a (patch) | |
| tree | caea3a4bee6cd2e75eb00982c929fd347b54e5be /src/nvim/testdir/Makefile | |
| parent | 286aacb2aa46c1fdcee5ab3908e0d01d91497e0d (diff) | |
| download | rneovim-8a10497ce656acb20424f74e12772823c03c024a.tar.gz rneovim-8a10497ce656acb20424f74e12772823c03c024a.tar.bz2 rneovim-8a10497ce656acb20424f74e12772823c03c024a.zip | |
vim-patch:7.4.1981 (#6192)
Problem: No testing for Farsi code.
Solution: Add a minimal test. Clean up Farsi code.
https://github.com/vim/vim/commit/ee2615af64fdcee87d8e4b13b65356e77fbd969b
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 7a2360f340..740a10f153 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -34,6 +34,7 @@ NEW_TESTS ?= \ test_cscope.res \ test_digraph.res \ test_diffmode.res \ + test_farsi.res \ test_filter_map.res \ test_gn.res \ test_hardcopy.res \ |