comparison Filelist @ 32591:92b93fe443e9 v9.0.1627

patch 9.0.1627: no generic mechanism to test syntax plugins Commit: https://github.com/vim/vim/commit/46acad7284cba7842b5e505fa3d07e99806d246f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 11 19:04:18 2023 +0100 patch 9.0.1627: no generic mechanism to test syntax plugins Problem: No generic mechanism to test syntax plugins. Solution: Add a syntax plugin test mechanism, using screendumps. Add a simple test for "c".
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Jun 2023 20:15:06 +0200
parents bea4ebf594c6
children 448aef880252
comparison
equal deleted inserted replaced
32590:635de73eeb4c 32591:92b93fe443e9
803 runtime/plugin/README.txt \ 803 runtime/plugin/README.txt \
804 runtime/syntax/*.vim \ 804 runtime/syntax/*.vim \
805 runtime/syntax/README.txt \ 805 runtime/syntax/README.txt \
806 runtime/syntax/shared/*.vim \ 806 runtime/syntax/shared/*.vim \
807 runtime/syntax/shared/README.txt \ 807 runtime/syntax/shared/README.txt \
808 runtime/syntax/Makefile \
809 runtime/syntax/testdir/README.txt \
810 runtime/syntax/testdir/runtest.vim \
811 runtime/syntax/testdir/input/*.* \
812 runtime/syntax/testdir/dumps/*.dump \
808 813
809 # Unix runtime 814 # Unix runtime
810 RT_UNIX = \ 815 RT_UNIX = \
811 README_unix.txt \ 816 README_unix.txt \
812 runtime/hi16-action-make.png \ 817 runtime/hi16-action-make.png \