commit | cfb381421f8be7d6cb4e7dac5b827b23467d3e53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 20:18:47 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 20:18:47 2019 +0200 |
tree | 4d396c009ff3ce7fbca8656a1f79752881a03915 | |
parent | ba089307bb8d18ab79a6c4a28ceb8419a72209b3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7d61a4f..447f761 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2184, +/**/ 2183, /**/ 2182,