commit | d7c968794710f338d491072171df48f96612cf72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 17:12:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 17:12:48 2019 +0200 |
tree | d5edca7e09283ff5c345d8e113a10829a70412a2 | |
parent | bffc50494d52a3690cbbc5c7b34a835f9153184e [diff] [blame] |
patch 8.1.1542: an OptionSet autocommand does not get enough info Problem: An OptionSet autocommand does not get enough info. Solution: Add v:option_command, v:option_oldlocal and v:option_oldglobal. (Latrice Wilgus, closes #4118)
diff --git a/src/version.c b/src/version.c index abafa7e..931b3af 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1542, +/**/ 1541, /**/ 1540,