aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorwatiko <service@mail.watiko.net>2016-02-11 18:50:27 +0900
committerwatiko <service@mail.watiko.net>2016-02-11 19:06:54 +0900
commitd115b58cdc66ce3734b928eb310c064d677e8b7d (patch)
treef5c8f03deb6e4cc899c05c46deb2c2ee4929ab8e /src/nvim/version.c
parentadb73b60256048cf36a53d6ff714ca9e7c6134bd (diff)
downloadrneovim-d115b58cdc66ce3734b928eb310c064d677e8b7d.tar.gz
rneovim-d115b58cdc66ce3734b928eb310c064d677e8b7d.tar.bz2
rneovim-d115b58cdc66ce3734b928eb310c064d677e8b7d.zip
vim-patch:7.4.828
Problem: Crash when using "syn keyword x c". (Dominique Pelle) Solution: Initialize the keyword tabble. (Raymond Ko, PR 397) https://github.com/vim/vim/commit/670acbc70f371409b46b722bd9a1166e53574f42 --- see: "fix crash due to hash table not being initialized" https://github.com/vim/vim/pull/397 To reproduce: ```sh nvim -u NONE -c ow -c 'sy keyword x c' ```
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 a95e5f2adf..4b00349270 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -460,7 +460,7 @@ static int included_patches[] = {
// 831,
// 830,
// 829 NA
- // 828,
+ 828,
// 827,
826,
825,