commit | 39c46b43780ad00ea27a93d92aadd44753d4c3ea | [log] [tgz] |
---|---|---|
author | Sean Dewar <seandewar@users.noreply.github.com> | Thu May 12 17:44:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 12 17:44:29 2022 +0100 |
tree | cbff3449a4e81b6f40e31b37336fafbb3e7d085f | |
parent | de216732d45caa87e6f08f4319aa71e805a89a0e [diff] [blame] |
patch 8.2.4943: changing 'switchbuf' may have no effect Problem: Changing 'switchbuf' may have no effect. Solution: Handle 'switchbuf' in didset_string_options(). (Sean Dewar, closes #10406)
diff --git a/src/version.c b/src/version.c index 480acfd..0ebc9cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4943, +/**/ 4942, /**/ 4941,