diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1804,
+/**/
     1803,
 /**/
     1802,