commit | 794771cfd83af2a0d1926bed301e784447e7290b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 03 13:57:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 03 13:57:13 2020 +0200 |
tree | 972c890d396196ebda05d8b2a52bfc0c18fc440e | |
parent | c1f0066b642fb62e37b300033223ff3ee4aafcd6 [diff] [blame] |
patch 8.2.1790: MS-Windows with Python: crash when executed from Vifm Problem: MS-Windows with Python: crash when executed from Vifm. Solution: Use NUL instead of CONIN. (Ken Takata, closes #7061, closes #7053)
diff --git a/src/version.c b/src/version.c index 4280ac5..a9b6e5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1790, +/**/ 1789, /**/ 1788,