commit | a9a47d157ab1946d1e286c9695bc68d71305af68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 21:45:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 21:45:52 2020 +0200 |
tree | bd97177c3df8a3671e3d2a0a58ce0609ca80d7dd | |
parent | 7f7a8888699bca6df0a45a16db5f0e313383b5f1 [diff] [blame] |
patch 8.2.1411: when splitting a window localdir is copied but prevdir is not Problem: when splitting a window localdir is copied but prevdir is not. Solution: Also copy prevdir. (closes #6667)
diff --git a/src/version.c b/src/version.c index e290ea2..64eca6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1411, +/**/ 1410, /**/ 1409,