commit | 82820d9bf14ba5374c24fff2ed6e577a67c6ddf2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 30 20:54:28 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 30 20:54:28 2021 +0200 |
tree | cf503c0af3ed00a732b2d94a23d465978fadcce9 | |
parent | 38a3bfa9a2931729a5e0c28dc087f745b68988ef [diff] [blame] |
patch 8.2.2678: test for 'autoshelldir' does not reset the option Problem: Test for 'autoshelldir' does not reset the option. Solution: Reset the option after testing.
diff --git a/src/version.c b/src/version.c index 012530f..76ab067 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2678, +/**/ 2677, /**/ 2676,