diff src/version.c @ 24273:477b0a892a85 v8.2.2678

patch 8.2.2678: test for 'autoshelldir' does not reset the option Commit: https://github.com/vim/vim/commit/82820d9bf14ba5374c24fff2ed6e577a67c6ddf2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 30 20:54:28 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Mar 2021 21:00:04 +0200
parents cabed216cc2f
children 6062e10a7e72
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2678,
+/**/
     2677,
 /**/
     2676,