commit | c24b6977a1ec76bf48bd38b8055761a80ff1d83c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 16 22:34:29 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 16 22:34:29 2010 +0200 |
tree | 1cc7b37e3c8c511a390999425b532ba8e8ab2561 | |
parent | da9836cfa9dc53679295095cd0e91d87dc0626dd [diff] [blame] |
updated for version 7.3.002 Problem: ":find" completion doesn't work when halfway an environment variable. (Dominique Pelle) Solution: Only use in-path completion when expanding file names. (Nazri Ramliy)
diff --git a/src/version.c b/src/version.c index 76d3d9e..34d5b49 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2, +/**/ 1, /**/ 0