commit | b4f6a46b01ed00b642a2271e9d1559e51ab0f2c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 19:43:17 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 19:43:17 2015 +0200 |
tree | 48ba58ed615bcd676e499527d938d97ac7bce09e | |
parent | 23d1b62746dce048c80cc19e7e5af1d513b6b4cf [diff] [blame] |
patch 7.4.896 Problem: Editing a URL, which netrw should handle, doesn't work. Solution: Avoid changing slashes to backslashes. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 746b629..83bfe2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 896, +/**/ 895, /**/ 894,