]> granicus.if.org Git - vim/commit
patch 8.1.0496: no tests for indent files v8.1.0496
authorBram Moolenaar <Bram@vim.org>
Thu, 25 Oct 2018 14:53:19 +0000 (16:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Oct 2018 14:53:19 +0000 (16:53 +0200)
commitc0fe4978f2311be9a0221d4c2369251c719b399a
tree8061774a07046f9d5c50f5b05954944ec133944d
parentf86db78fed78541cefdb706e4779ce5ae9ca7820
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.
Filelist
runtime/indent/Makefile [new file with mode: 0644]
runtime/indent/README.txt
runtime/indent/testdir/README.txt [new file with mode: 0644]
runtime/indent/testdir/cleantest.vim [new file with mode: 0644]
runtime/indent/testdir/runtest.vim [new file with mode: 0644]
runtime/indent/testdir/vim.in [new file with mode: 0644]
runtime/indent/testdir/vim.ok [new file with mode: 0644]
src/version.c