comparison Filelist @ 14970:19b757c6c6a7 v8.1.0496

patch 8.1.0496: no tests for indent files commit https://github.com/vim/vim/commit/c0fe4978f2311be9a0221d4c2369251c719b399a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 25 16:53:19 2018 +0200 patch 8.1.0496: no tests for indent files Problem: No tests for indent files. Solution: Add a mechanism for running indent file tests. Add a first test for Vim indenting.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Oct 2018 17:00:07 +0200
parents 487f3bd87594
children 9df130fd5e0d
comparison
equal deleted inserted replaced
14969:26730430401e 14970:19b757c6c6a7
689 runtime/colors/tools/*.vim \ 689 runtime/colors/tools/*.vim \
690 runtime/compiler/*.vim \ 690 runtime/compiler/*.vim \
691 runtime/compiler/README.txt \ 691 runtime/compiler/README.txt \
692 runtime/indent/*.vim \ 692 runtime/indent/*.vim \
693 runtime/indent/README.txt \ 693 runtime/indent/README.txt \
694 runtime/indent/Makefile \
695 runtime/indent/testdir/README.txt \
696 runtime/indent/testdir/*.vim \
697 runtime/indent/testdir/*.in \
698 runtime/indent/testdir/*.ok \
694 runtime/ftplugin/*.vim \ 699 runtime/ftplugin/*.vim \
695 runtime/ftplugin/logtalk.dict \ 700 runtime/ftplugin/logtalk.dict \
696 runtime/ftplugin/README.txt \ 701 runtime/ftplugin/README.txt \
697 runtime/plugin/*.vim \ 702 runtime/plugin/*.vim \
698 runtime/plugin/README.txt \ 703 runtime/plugin/README.txt \