diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-10-25 16:53:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-10-25 16:53:19 +0200 |
commit | c0fe4978f2311be9a0221d4c2369251c719b399a (patch) | |
tree | 8061774a07046f9d5c50f5b05954944ec133944d /Filelist | |
parent | f86db78fed78541cefdb706e4779ce5ae9ca7820 (diff) | |
download | vim-git-c0fe4978f2311be9a0221d4c2369251c719b399a.tar.gz |
patch 8.1.0496: no tests for indent filesv8.1.0496
Problem: No tests for indent files.
Solution: Add a mechanism for running indent file tests. Add a first test
for Vim indenting.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -691,6 +691,11 @@ RT_SCRIPTS = \ runtime/compiler/README.txt \ runtime/indent/*.vim \ runtime/indent/README.txt \ + runtime/indent/Makefile \ + runtime/indent/testdir/README.txt \ + runtime/indent/testdir/*.vim \ + runtime/indent/testdir/*.in \ + runtime/indent/testdir/*.ok \ runtime/ftplugin/*.vim \ runtime/ftplugin/logtalk.dict \ runtime/ftplugin/README.txt \ |