commit | 6ba24d87630b1ec2b8c7ff71550c9e41d143800e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 20:21:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 20:21:09 2020 +0200 |
tree | 90363f59c52b7aebaf0a7f701a959228365fe50f | |
parent | 13b8205b442f52f34deac98e3312a27dec14d8e2 [diff] [blame] |
patch 8.2.0951: search stat test has leftover from debugging Problem: Search stat test has leftover from debugging. Solution: Remove line that writes a file. (Christian Brabandt, closes #6224)
diff --git a/src/version.c b/src/version.c index abf9f68..7b292ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 951, +/**/ 950, /**/ 949,