commit | 50f91d22bd81819d5d946f6c38252c7922120ec6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 02 19:52:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 02 19:52:15 2019 +0200 |
tree | d912f1df29edd7983c990f5a64049ba71a4be6b8 | |
parent | 8750026a7f6b445c43adc990141a3fe92d680b62 [diff] [blame] |
patch 8.1.1791: 'completeslash' also applies to globpath() Problem: 'completeslash' also applies to globpath(). Solution: Add the WILD_IGNORE_COMPLETESLASH flag. (test by Yasuhiro Matsumoto, closes #4760)
diff --git a/src/version.c b/src/version.c index 81f59f9..e93ef43 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1791, +/**/ 1790, /**/ 1789,