diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-23 15:19:07 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-23 15:19:07 -0500 |
commit | aa08632caf80d2259d94e8f6e30cd806e3c05a1d (patch) | |
tree | fac1e6456a15da2a08a857fdc3c5e2d7fc645af6 /src/nvim/regexp_nfa.c | |
parent | 4f6bb8a9a997aacbe9f9f1ca83e7e4c502bdc03c (diff) | |
parent | fc0be5b79dfccc582005367da5ee24bd73592879 (diff) | |
download | rneovim-aa08632caf80d2259d94e8f6e30cd806e3c05a1d.tar.gz rneovim-aa08632caf80d2259d94e8f6e30cd806e3c05a1d.tar.bz2 rneovim-aa08632caf80d2259d94e8f6e30cd806e3c05a1d.zip |
Merge pull request #1728 from fwalch/small-patches2
vim-patch: Multiple small patches (2)
Diffstat (limited to 'src/nvim/regexp_nfa.c')
-rw-r--r-- | src/nvim/regexp_nfa.c | 1 |
1 files changed, 0 insertions, 1 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: |