Skip to content

Instantly share code, notes, and snippets.

@msmhrt
Created June 3, 2013 21:16
Show Gist options
  • Select an option

  • Save msmhrt/5701489 to your computer and use it in GitHub Desktop.

Select an option

Save msmhrt/5701489 to your computer and use it in GitHub Desktop.
a patch for 'DEBUG' build of Vim 7.3.1109
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