From: Bram Moolenaar Date: Mon, 20 Jan 2020 20:32:51 +0000 (+0100) Subject: patch 8.2.0136: stray ch_logfile() call X-Git-Tag: v8.2.0136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed5adff1e6da412732514d82363005f85fe22e04;p=thirdparty%2Fvim.git patch 8.2.0136: stray ch_logfile() call Problem: Stray ch_logfile() call. Solution: Remove it. (closes #5503) --- diff --git a/src/testdir/test_source.vim b/src/testdir/test_source.vim index a5f5d1fd89..b8fe8422b3 100644 --- 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') diff --git a/src/version.c b/src/version.c index acffb43d8f..c23426be28 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 136, /**/ 135, /**/