summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-07 18:16:10 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-07 18:16:10 +0200
commit9d956ee8eab64a0d412b045305fde5bc03d95d4a (patch)
treecf646584973d74b7d376f065c013d94667de7063 /src/version.c
parenta44ced5763d377c71c96562b894c1c026ba89328 (diff)
patch 9.1.0272: autocmd may change cwd after :tcd and :lcdv9.1.0272
Problem: Autocommand may change currect directory after :tcd and :lcd. Solution: Also clear tp_localdir and w_localdir when using aucmd_win. (zeertzjq) closes: #14435 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 3b33ab176f..6d9a18c109 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 272,
+/**/
271,
/**/
270,