diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-16 21:53:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-16 21:53:27 +0200 |
commit | da9836cfa9dc53679295095cd0e91d87dc0626dd (patch) | |
tree | c66356714e69e3e3719d2924f6d8681523a6af85 /src/version.c | |
parent | 7f03644116399ebcf036ef7ea9f62391a948ff54 (diff) | |
download | vim-da9836cfa9dc53679295095cd0e91d87dc0626dd.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 79522a4f3..76d3d9e26 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1, +/**/ 0 }; |