Skip to content

Conversation

raymond-w-ko
Copy link

triggered by:
vim -u NONE -c ow -c 'sy keyword x c'

https://groups.google.com/forum/#!topic/vim_dev/3Ac_v2nOa7k

@brammool
Copy link
Contributor

Thanks, I'll include it as patch 7.4.828

@brammool brammool closed this Aug 25, 2015
watiko added a commit to watiko/neovim that referenced this pull request Feb 11, 2016
Problem:    Crash when using "syn keyword x c". (Dominique Pelle)
Solution:   Initialize the keyword tabble. (Raymond Ko, PR 397)

vim/vim@670acbc

---

see: "fix crash due to hash table not being initialized"
     vim/vim#397

To reproduce:

```sh
nvim -u NONE -c ow -c 'sy keyword x c'
```
mgraczyk pushed a commit to mgraczyk/neovim that referenced this pull request Feb 29, 2016
Problem:    Crash when using "syn keyword x c". (Dominique Pelle)
Solution:   Initialize the keyword tabble. (Raymond Ko, PR 397)

vim/vim@670acbc

---

see: "fix crash due to hash table not being initialized"
     vim/vim#397

To reproduce:

```sh
nvim -u NONE -c ow -c 'sy keyword x c'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants