aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2014-09-18 08:00:28 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2014-09-19 19:48:39 +0900
commit9829febebcd9165c3913c7a6995b2e5ef4eacc1c (patch)
tree298e994e2edfc15ac69356ac848ee0c2e4843423 /src/nvim/version.c
parent53d15c2c25199f8e44e9a8a74898f06a85e7c83b (diff)
downloadrneovim-9829febebcd9165c3913c7a6995b2e5ef4eacc1c.tar.gz
rneovim-9829febebcd9165c3913c7a6995b2e5ef4eacc1c.tar.bz2
rneovim-9829febebcd9165c3913c7a6995b2e5ef4eacc1c.zip
vim-patch:7.4.364
Problem: When the viminfo file can't be renamed there is no error message. (Vladimir Berezhnoy) Solution: Check for the rename to fail. https://code.google.com/p/vim/source/detail?r=v7-4-364
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 e80c1f81a1..eac494389b 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -231,7 +231,7 @@ static int included_patches[] = {
367,
//366,
365,
- //364,
+ 364,
//363,
362,
//361,