commit | ac3150d385e6e3f3fe76642aac3cda954d30583f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 16:36:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 16:36:39 2019 +0200 |
tree | 1ef511ccde68ed948d811eb04a69303d1ccea50c | |
parent | bca9c301936c9ba4ee67528f81393debf83844b9 [diff] [blame] |
patch 8.1.1769: 'shellslash' is also used for completion Problem: 'shellslash' is also used for completion. Solution: Add the 'completeslash' option. (Yasuhiro Matsumoto, closes #3612)
diff --git a/src/version.c b/src/version.c index 166b17c..2db2ee1 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1769, +/**/ 1768, /**/ 1767,