commit | ad249fb74c3b6f566feb3498592757b30e446dfd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 07 16:35:04 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 07 16:35:04 2010 +0200 |
tree | 59257a3e73c122f7af4a47552b24609871c79af2 | |
parent | ceb45be4d3dabcea0ce8bb73a20ab4169732fbc0 [diff] [blame] |
updated for version 7.2.415 Problem: Win32: Can't open a remote file when starting Vim. Solution: Don't invoke cygwin_conv_path() for URLs. (Tomoya Adachi)
diff --git a/src/version.c b/src/version.c index a49ba72..3a4648b 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 415, +/**/ 414, /**/ 413,