mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00: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:
@@ -3955,7 +3955,6 @@ skip_add:
|
|||||||
#endif
|
#endif
|
||||||
switch (state->c) {
|
switch (state->c) {
|
||||||
case NFA_MATCH:
|
case NFA_MATCH:
|
||||||
//nfa_match = TRUE;
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case NFA_SPLIT:
|
case NFA_SPLIT:
|
||||||
|
@@ -264,7 +264,7 @@ static int included_patches[] = {
|
|||||||
477,
|
477,
|
||||||
//476 NA
|
//476 NA
|
||||||
//475 NA
|
//475 NA
|
||||||
//474,
|
474,
|
||||||
473,
|
473,
|
||||||
472,
|
472,
|
||||||
//471 NA
|
//471 NA
|
||||||
|
Reference in New Issue
Block a user