comparison src/version.c @ 22506:a6fe2e1ad5b0 v8.2.1801

patch 8.2.1801: undo file not found when using ":args" or ":next" Commit: https://github.com/vim/vim/commit/55b419b871dd35f5b05dd2aed65f14461b493ba9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 4 19:56:39 2020 +0200 patch 8.2.1801: undo file not found when using ":args" or ":next" Problem: Undo file not found when using ":args" or ":next". Solution: Handle like editing another file. (closes https://github.com/vim/vim/issues/7072)
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Oct 2020 20:00:03 +0200
parents 47e15b82dba1
children ac8c4a8b8cba
comparison
equal deleted inserted replaced
22505:6b21190550ad 22506:a6fe2e1ad5b0
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1801,
753 /**/ 755 /**/
754 1800, 756 1800,
755 /**/ 757 /**/
756 1799, 758 1799,
757 /**/ 759 /**/