comparison src/version.c @ 15643:dc2bfda59f95 v8.1.0829

patch 8.1.0829: when 'hidden' is set session creates extra buffers commit https://github.com/vim/vim/commit/d39e275b57493f9e25e1b62f84810571eee30cf4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 26 20:07:38 2019 +0100 patch 8.1.0829: when 'hidden' is set session creates extra buffers Problem: When 'hidden' is set session creates extra buffers. Solution: Move :badd commands to the end. (Jason Franklin)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jan 2019 20:15:11 +0100
parents 2c264fda0f59
children f315ab10d579
comparison
equal deleted inserted replaced
15642:35cfcded325d 15643:dc2bfda59f95
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 829,
786 /**/ 788 /**/
787 828, 789 828,
788 /**/ 790 /**/
789 827, 791 827,
790 /**/ 792 /**/