aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorDavid Bürgin <676c7473@gmail.com>2015-05-03 17:03:39 +0200
committerJustin M. Keyes <justinkz@gmail.com>2015-05-16 23:46:29 -0400
commit7a7d082e125352a76f54d7fbe5fc67e9cddaf7c9 (patch)
treec7464ee01b14ffae68be9866e4be1a87d68dc98f /src/nvim/version.c
parentf52528477886556e4fc0fa80b6a9d0b8d08cfd9d (diff)
downloadrneovim-7a7d082e125352a76f54d7fbe5fc67e9cddaf7c9.tar.gz
rneovim-7a7d082e125352a76f54d7fbe5fc67e9cddaf7c9.tar.bz2
rneovim-7a7d082e125352a76f54d7fbe5fc67e9cddaf7c9.zip
vim-patch:7.4.562 #2593
Problem: Segfault with wide screen and error in 'rulerformat'. (Ingo Karkat) Solution: Check there is enough space. (Christian Brabandt) https://github.com/vim/vim/commit/v7-4-562
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 4d69b9dee9..a77968db93 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -221,7 +221,7 @@ static int included_patches[] = {
565,
//564 NA
563,
- //562,
+ 562,
561,
//560 NA
559,