comparison src/version.c @ 16038:e7b18ce9ea2d v8.1.1024

patch 8.1.1024: stray log calls in terminal code commit https://github.com/vim/vim/commit/697005f2cf0b41b22a673a67401a2c4d974e72d4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 20 20:38:44 2019 +0100 patch 8.1.1024: stray log calls in terminal code Problem: Stray log calls in terminal code. (Christian Brabandt) Solution: Remove the calls.
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Mar 2019 20:45:06 +0100
parents 89fb86821b4a
children 13ab270dd68d
comparison
equal deleted inserted replaced
16037:da819dd2128e 16038:e7b18ce9ea2d
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 1024,
782 /**/ 784 /**/
783 1023, 785 1023,
784 /**/ 786 /**/
785 1022, 787 1022,
786 /**/ 788 /**/