commit | c0fe4978f2311be9a0221d4c2369251c719b399a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 25 16:53:19 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 25 16:53:19 2018 +0200 |
tree | 8061774a07046f9d5c50f5b05954944ec133944d | |
parent | f86db78fed78541cefdb706e4779ce5ae9ca7820 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 30c50ab..3d31fa7 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 496, +/**/ 495, /**/ 494,