commit | 8f5610df7312023e2da5dc8f885e1b159a57dee2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 12 05:28:26 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 12 05:28:26 2013 +0100 |
tree | 52b08808290c9f8e8293bf11e4298de82070c839 | |
parent | 0671de335f87c15aa989e99952098feea1285830 [diff] [blame] |
updated for version 7.4.090 Problem: Win32: When a directory name contains an exclamation mark, completion doesn't complete the contents of the directory. Solution: Escape the exclamation mark. (Jan Stocker)
diff --git a/src/version.c b/src/version.c index e7a9c58..41d0740 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 90, +/**/ 89, /**/ 88,