Created
June 3, 2013 21:16
-
-
Save msmhrt/5701489 to your computer and use it in GitHub Desktop.
a patch for 'DEBUG' build of Vim 7.3.1109
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -r b58729d9fc5f src/regexp_nfa.c | |
| --- a/src/regexp_nfa.c Mon Jun 03 20:12:51 2013 +0200 | |
| +++ b/src/regexp_nfa.c Tue Jun 04 06:08:17 2013 +0900 | |
| @@ -3032,7 +3032,7 @@ | |
| #ifdef ENABLE_LOG | |
| static void | |
| -report_state(char *action, regsub_T *sub, nfa_state_T *state, int lid); | |
| +report_state(char *action, regsub_T *sub, nfa_state_T *state, int lid) | |
| { | |
| int col; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment