commit | c9a4a8ab28da2b11856a3f08ccba2e91f46b85c3 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Jun 24 20:02:25 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 20:02:25 2023 +0100 |
tree | 5d1003e62963754e02302b50de7b074319818467 | |
parent | 4e2406c7a9d5f7f03faec8c42fac15c192fb59b0 [diff] |
patch 9.0.1663: Termdebug on MS-Windows: some file names are not recognized Problem: Termdebug on MS-Windows: some file names are not recognized. Solution: Do not always change \t and \n. (Christian Brabandt, closes #12565, closes #12560, closes #12550)
diff --git a/src/version.c b/src/version.c index 8840b3a..53ac924 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1663, +/**/ 1662, /**/ 1661,