commit | 6a8691d483914606213a24356a9124fa41c93b69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 14:31:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 14:31:02 2017 +0200 |
tree | 9c03577990e02c1401adbe4c6aefe057fedb447d | |
parent | 2254a8ad0cb596a0a0863b1af92353f018c0b355 [diff] [blame] |
patch 8.0.1045: running tests may pollute shell history Problem: Running tests may pollute shell history. (Manuel Ortega) Solution: Make $HISTFILE empty.
diff --git a/src/version.c b/src/version.c index 0d2ca4f..b1e2d5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1045, +/**/ 1044, /**/ 1043,