aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorRui Abreu Ferreira <raf-ep@gmx.com>2016-05-01 00:18:42 +0100
committerKillTheMule <KillTheMule@users.noreply.github.com>2016-05-08 20:24:02 +0200
commit24dac220d377d0dedbe192437b1da4b5b6f4bd6f (patch)
tree076a6a78342d774c0e42698dc60c7e66f014d806 /src/nvim/version.c
parentb02ba11cb156e094d3f6f12fc7c79a983b6df68d (diff)
downloadrneovim-24dac220d377d0dedbe192437b1da4b5b6f4bd6f.tar.gz
rneovim-24dac220d377d0dedbe192437b1da4b5b6f4bd6f.tar.bz2
rneovim-24dac220d377d0dedbe192437b1da4b5b6f4bd6f.zip
vim-patch:7.4.896
Problem: Editing a URL, which netrw should handle, doesn't work. Solution: Avoid changing slashes to backslashes. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/b4f6a46b01ed00b642a2271e9d1559e51ab0f2c4 Cherry-picked from https://github.com/neovim/neovim/pull/810, rebased.
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 637b3778a7..723eceee2e 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -782,7 +782,7 @@ static int included_patches[] = {
// 899 NA
898,
// 897 NA
- // 896,
+ 896,
895,
// 894 NA
893,