aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2016-02-02 18:54:52 +0100
committerJurica Bradaric <jbradaric@gmail.com>2016-02-02 19:54:04 +0100
commitf20818de3126b01fb6b18696db2621fa4880b632 (patch)
tree39c4f4779f49335849357195af1478f772567a4b /src/nvim/version.c
parent2b2f9ccf8c5ace922f0e2682adabea8461b54ea5 (diff)
downloadrneovim-f20818de3126b01fb6b18696db2621fa4880b632.tar.gz
rneovim-f20818de3126b01fb6b18696db2621fa4880b632.tar.bz2
rneovim-f20818de3126b01fb6b18696db2621fa4880b632.zip
vim-patch:7.4.811
Problem: Invalid memory access when using "exe 'sc'". Solution: Avoid going over the end of the string. (Dominique Pelle) https://github.com/vim/vim/commit/204b93f95831454e6924acf30b16fd4bdfda0d14
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 e46de678c5..31a839fd05 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -477,7 +477,7 @@ static int included_patches[] = {
// 814,
813,
// 812,
- // 811,
+ 811,
810,
809,
// 808 NA