comparison src/version.c @ 14966:d65790af8514 v8.1.0494

patch 8.1.0494: functions do not check for a window ID in other tabs commit https://github.com/vim/vim/commit/babfcf54ae9bf9570eddf4958a553635cd589e21 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 25 13:11:16 2018 +0200 patch 8.1.0494: functions do not check for a window ID in other tabs Problem: Functions do not check for a window ID in other tabs. Solution: Also find the window ID in other than the current tab.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Oct 2018 13:15:05 +0200
parents 2c0bfa167468
children c5ec5ddbe814
comparison
equal deleted inserted replaced
14965:0d072760c182 14966:d65790af8514
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 494,
795 /**/ 797 /**/
796 493, 798 493,
797 /**/ 799 /**/
798 492, 800 492,
799 /**/ 801 /**/