]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.0136: stray ch_logfile() call v8.2.0136
authorBram Moolenaar <Bram@vim.org>
Mon, 20 Jan 2020 20:32:51 +0000 (21:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 20 Jan 2020 20:32:51 +0000 (21:32 +0100)
Problem:    Stray ch_logfile() call.
Solution:   Remove it. (closes #5503)

src/testdir/test_source.vim
src/version.c

index a5f5d1fd89a132452fde36e0127fdd1854b24f4a..b8fe8422b32c9a9874cd8c232a68c94a2285d03d 100644 (file)
@@ -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')
index acffb43d8f08e6a6d1982b7f792ff138893befdd..c23426be28ad5a00890f60e0aea6a8a85bd7c0de 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    136,
 /**/
     135,
 /**/