From fc0be5b79dfccc582005367da5ee24bd73592879 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Tue, 23 Dec 2014 12:21:33 +0100 Subject: 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 --- src/nvim/regexp_nfa.c | 1 - src/nvim/version.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nvim/regexp_nfa.c b/src/nvim/regexp_nfa.c index 60cdc12c92..2bf73ce72b 100644 --- a/src/nvim/regexp_nfa.c +++ b/src/nvim/regexp_nfa.c @@ -3955,7 +3955,6 @@ skip_add: #endif switch (state->c) { case NFA_MATCH: - //nfa_match = TRUE; break; case NFA_SPLIT: diff --git a/src/nvim/version.c b/src/nvim/version.c index ea4dfd1ce0..91f160d83f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -264,7 +264,7 @@ static int included_patches[] = { 477, //476 NA //475 NA - //474, + 474, 473, 472, //471 NA -- cgit