comparison src/version.c @ 22512:aeeee593fe0f v8.2.1804

patch 8.2.1804: resolve('/') returns an empty string Commit: https://github.com/vim/vim/commit/50c4e9e08fb0981892e33afb9fe3751aa6df1fa4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 5 20:38:06 2020 +0200 patch 8.2.1804: resolve('/') returns an empty string Problem: resolve('/') returns an empty string. Solution: Don't remove single slash. (closes https://github.com/vim/vim/issues/7074)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Oct 2020 20:45:04 +0200
parents 7060df0b8ebf
children d0dd03c04140
comparison
equal deleted inserted replaced
22511:1eb50499f3b0 22512:aeeee593fe0f
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 1804,
753 /**/ 755 /**/
754 1803, 756 1803,
755 /**/ 757 /**/
756 1802, 758 1802,
757 /**/ 759 /**/