comparison src/Makefile @ 9399:43b8570abbec v7.4.1981

commit https://github.com/vim/vim/commit/ee2615af64fdcee87d8e4b13b65356e77fbd969b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 2 18:25:34 2016 +0200 patch 7.4.1981 Problem: No testing for Farsi code. Solution: Add a minimal test. Clean up Farsi code.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jul 2016 18:30:05 +0200
parents f094d4085014
children 9b048dced116
comparison
equal deleted inserted replaced
9398:8a735bf153d0 9399:43b8570abbec
2020 test_ex_undo \ 2020 test_ex_undo \
2021 test_expand \ 2021 test_expand \
2022 test_expand_dllpath \ 2022 test_expand_dllpath \
2023 test_expr \ 2023 test_expr \
2024 test_expr_utf8 \ 2024 test_expr_utf8 \
2025 test_farsi \
2025 test_feedkeys \ 2026 test_feedkeys \
2026 test_file_perm \ 2027 test_file_perm \
2027 test_fnamemodify \ 2028 test_fnamemodify \
2028 test_glob2regpat \ 2029 test_glob2regpat \
2029 test_goto \ 2030 test_goto \