changeset 19153:9efea787c3a6 v8.2.0136

patch 8.2.0136: stray ch_logfile() call Commit: https://github.com/vim/vim/commit/ed5adff1e6da412732514d82363005f85fe22e04 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 20 21:32:51 2020 +0100 patch 8.2.0136: stray ch_logfile() call Problem: Stray ch_logfile() call. Solution: Remove it. (closes https://github.com/vim/vim/issues/5503)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 21:45:04 +0100
parents ee57a52a4539
children d5a6e9fb73b6
files src/testdir/test_source.vim src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_source.vim
+++ b/src/testdir/test_source.vim
@@ -50,7 +50,6 @@ endfunc
 " When deleting a file and immediately creating a new one the inode may be
 " recycled.  Vim should not recognize it as the same script.
 func Test_different_script()
-  call ch_logfile('logfile', 'w')
   call writefile(['let s:var = "asdf"'], 'XoneScript')
   source XoneScript
   call delete('XoneScript')
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    136,
+/**/
     135,
 /**/
     134,