comparison src/version.c @ 21337:647897e6df9e v8.2.1219

patch 8.2.1219: symlink not followed if dirname ends in // Commit: https://github.com/vim/vim/commit/5966ea105ea86e52a734e04267956e11efffc92d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 15 15:30:05 2020 +0200 patch 8.2.1219: symlink not followed if dirname ends in // Problem: Symlink not followed if dirname ends in //. Solution: Resolve symlink earlier. (Tom?? Janou?ek, closes https://github.com/vim/vim/issues/6454)
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jul 2020 15:45:03 +0200
parents af3663df42bf
children 608f674c6035
comparison
equal deleted inserted replaced
21336:e622da2979a0 21337:647897e6df9e
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1219,
757 /**/ 759 /**/
758 1218, 760 1218,
759 /**/ 761 /**/
760 1217, 762 1217,
761 /**/ 763 /**/