comparison src/version.c @ 18380:212284f893d5 v8.1.2184

patch 8.1.2184: option context is not copied when splitting a window Commit: https://github.com/vim/vim/commit/cfb381421f8be7d6cb4e7dac5b827b23467d3e53 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 19 20:18:47 2019 +0200 patch 8.1.2184: option context is not copied when splitting a window Problem: Option context is not copied when splitting a window. (Daniel Hahler) Solution: Copy the option context, so that ":verbose set" works. (closes #5066)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Oct 2019 20:30:04 +0200
parents f2dac4c32f75
children 3fd7d544eedb
comparison
equal deleted inserted replaced
18379:0588431c7018 18380:212284f893d5
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2184,
744 /**/ 746 /**/
745 2183, 747 2183,
746 /**/ 748 /**/
747 2182, 749 2182,
748 /**/ 750 /**/