comparison src/version.c @ 13190:9fccd578ce1f v8.0.1469

patch 8.0.1469: when package path is a symlink 'runtimepath' is wrong commit https://github.com/vim/vim/commit/2374faae111057ee28e8d487f9a52a95855e2206 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 4 17:47:42 2018 +0100 patch 8.0.1469: when package path is a symlink 'runtimepath' is wrong Problem: When package path is a symlink adding it to 'runtimepath' happens at the end. Solution: Do not resolve symlinks before locating the position in 'runtimepath'. (Ozaki Kiichi, closes #2604)
author Christian Brabandt <cb@256bit.org>
date Sun, 04 Feb 2018 18:00:06 +0100
parents a49a5419a83f
children 9bd4151e5aeb
comparison
equal deleted inserted replaced
13189:893d4211408d 13190:9fccd578ce1f
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1469,
774 /**/ 776 /**/
775 1468, 777 1468,
776 /**/ 778 /**/
777 1467, 779 1467,
778 /**/ 780 /**/