mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
vim-patch:7.4.474
Problem: AIX compiler can't handle // comment. Issue 265. Solution: Remove that line. https://code.google.com/p/vim/source/detail?r=v7-4-474
This commit is contained in:
parent
5b98a4338f
commit
fc0be5b79d
@ -3955,7 +3955,6 @@ skip_add:
|
||||
#endif
|
||||
switch (state->c) {
|
||||
case NFA_MATCH:
|
||||
//nfa_match = TRUE;
|
||||
break;
|
||||
|
||||
case NFA_SPLIT:
|
||||
|
@ -264,7 +264,7 @@ static int included_patches[] = {
|
||||
477,
|
||||
//476 NA
|
||||
//475 NA
|
||||
//474,
|
||||
474,
|
||||
473,
|
||||
472,
|
||||
//471 NA
|
||||
|
Loading…
Reference in New Issue
Block a user