aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2016-02-02 19:56:18 +0100
committerJurica Bradaric <jbradaric@gmail.com>2016-02-02 19:58:30 +0100
commitce2ff1ac0134d2b3b56eee1862d846e1fe9e4caf (patch)
treef56ce921dea704d21235fc3af6924765eb3cdb3a /src/nvim/version.c
parentf20818de3126b01fb6b18696db2621fa4880b632 (diff)
downloadrneovim-ce2ff1ac0134d2b3b56eee1862d846e1fe9e4caf.tar.gz
rneovim-ce2ff1ac0134d2b3b56eee1862d846e1fe9e4caf.tar.bz2
rneovim-ce2ff1ac0134d2b3b56eee1862d846e1fe9e4caf.zip
vim-patch:7.4.814
Problem: Illegal memory access with "sy match a fold". Solution: Check for empty string. (Dominique Pelle) https://github.com/vim/vim/commit/382197865ca8353a3d6681a364f95bda6aed95ec
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 31a839fd05..d554ec0c84 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -474,7 +474,7 @@ static int included_patches[] = {
// 817,
// 816,
// 815,
- // 814,
+ 814,
813,
// 812,
811,