aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2016-05-10 21:20:42 +0200
committerJurica Bradaric <jbradaric@gmail.com>2016-05-10 21:21:54 +0200
commit6bdf82bf6f9125d88a2135b442e1857704485500 (patch)
tree463274b18f11ef748471e1e465cc2cfb4bdd4b35 /src/nvim/version.c
parent0bfc1f33a02e2ea405a2df7eee67f093b56fa997 (diff)
downloadrneovim-6bdf82bf6f9125d88a2135b442e1857704485500.tar.gz
rneovim-6bdf82bf6f9125d88a2135b442e1857704485500.tar.bz2
rneovim-6bdf82bf6f9125d88a2135b442e1857704485500.zip
vim-patch:7.4.1052
Problem: Illegal memory access with weird syntax command. (Dominique Pelle) Solution: Check for column past end of line. https://github.com/vim/vim/commit/04bff88df6211f64731bf8f5afa088e94496db16
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 81137ff1c6..09acafea9b 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -626,7 +626,7 @@ static int included_patches[] = {
1055,
// 1054,
// 1053,
- // 1052,
+ 1052,
// 1051,
// 1050,
// 1049,