Mercurial > vim
comparison src/version.c @ 14459:ecf6c05d8ac3 v8.1.0243
patch 8.1.0243: using :term ++close ++hidden closes a window
commit https://github.com/vim/vim/commit/5db7eec42337f0eecdc332f582eecf37278044e8
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 7 16:33:18 2018 +0200
patch 8.1.0243: using :term ++close ++hidden closes a window
Problem: Using :term ++close ++hidden closes a window. (Marcin Szamotulski)
Solution: Don't close the window if only using it temporarily for unloading
the terminal buffer. (closes #3287)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 07 Aug 2018 16:45:05 +0200 |
parents | 893ac612569f |
children | 65b222617852 |
comparison
equal
deleted
inserted
replaced
14458:929cbd7d2884 | 14459:ecf6c05d8ac3 |
---|---|
792 NULL | 792 NULL |
793 }; | 793 }; |
794 | 794 |
795 static int included_patches[] = | 795 static int included_patches[] = |
796 { /* Add new patch number below this line */ | 796 { /* Add new patch number below this line */ |
797 /**/ | |
798 243, | |
797 /**/ | 799 /**/ |
798 242, | 800 242, |
799 /**/ | 801 /**/ |
800 241, | 802 241, |
801 /**/ | 803 /**/ |