comparison src/version.c @ 16026:5b29ab8415df v8.1.1018

patch 8.1.1018: window cleared when entering Terminal-Normal twice commit https://github.com/vim/vim/commit/8376c3d3216f65b93fb3bc03dbbe0c1bdf4faeff Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 19 20:50:43 2019 +0100 patch 8.1.1018: window cleared when entering Terminal-Normal twice Problem: Window cleared when entering Terminal-Normal twice. (Epheien) Solution: Don't cleanup scrollback when there is no postponed scrollback. (Christian Brabandt, closes #4126)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Mar 2019 21:00:07 +0100
parents 7fd3a9eaeedb
children 8ad2cda3757d
comparison
equal deleted inserted replaced
16025:1aed002ab9bc 16026:5b29ab8415df
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 1018,
782 /**/ 784 /**/
783 1017, 785 1017,
784 /**/ 786 /**/
785 1016, 787 1016,
786 /**/ 788 /**/