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:
Florian Walch 2014-12-23 12:21:33 +01:00
parent 5b98a4338f
commit fc0be5b79d
2 changed files with 1 additions and 2 deletions

View File

@ -3955,7 +3955,6 @@ skip_add:
#endif
switch (state->c) {
case NFA_MATCH:
//nfa_match = TRUE;
break;
case NFA_SPLIT:

View File

@ -264,7 +264,7 @@ static int included_patches[] = {
477,
//476 NA
//475 NA
//474,
474,
473,
472,
//471 NA