comparison src/version.c @ 20780:300fbeef8c82 v8.2.0942

patch 8.2.0942: expanding to local dir after homedir keeps "~/" Commit: https://github.com/vim/vim/commit/0e390f40e944036fb558a63b91238cfda128d95f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 10 13:12:28 2020 +0200 patch 8.2.0942: expanding to local dir after homedir keeps "~/" Problem: Expanding to local dir after homedir keeps "~/". Solution: Adjust modify_fname(). (Christian Brabandt, closes https://github.com/vim/vim/issues/6205, closes #5979)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 13:15:03 +0200
parents 6d5e233bac9c
children c4bce986c31a
comparison
equal deleted inserted replaced
20779:0eb9578c85b1 20780:300fbeef8c82
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 942,
757 /**/ 759 /**/
758 941, 760 941,
759 /**/ 761 /**/
760 940, 762 940,
761 /**/ 763 /**/