Lines Matching refs:engine
72 New regexp engine |new-regexp-engine|
10168 - New regexp engine |new-regexp-engine|
10172 New regexp engine *new-regexp-engine*
10175 What is now called the "old" regexp engine uses a backtracking algorithm. It
10180 The new engine uses a state machine. It tries all possible alternatives at
15946 Solution: Include the NFA regexp engine. Add the 'regexpengine' option to
16018 Problem: In the old regexp engine \i, \I, \f and \F don't work on
16024 Problem: In the new regexp engine \p does not work on multibyte
16061 Problem: New regexp engine is slow.
16066 Problem: New regexp engine compares negative numbers to character.
16071 Problem: Memory leak in new regexp engine.
16123 Problem: New regexp engine sets curbuf temporarily.
16124 Solution: Use reg_buf instead, like the old engine.
16161 Problem: NFA engine not used for "\_[0-9]".
16188 Problem: New regexp engine is inefficient with multibyte characters.
16194 Problem: \Z does not work properly with the new regexp engine.
16209 Problem: New regexp engine: Matching composing characters is wrong.
16226 Problem: New regexp engine wastes memory.
16232 Problem: These do not work with the new regexp engine: \%o123, \%x123,
16238 Problem: Not all patterns are tested with auto / old / new engine.
16244 Problem: New regexp engine does not ignore order of composing chars.
16305 Problem: "\ze" is not supported by the new regexp engine.
16310 Problem: "\1" .. "\9" are not supported in the new regexp engine.
16343 Problem: New regexp engine does not support \%23c, \%<23c and the like.
16528 Problem: New regexp engine: backreferences don't work correctly.
16539 Problem: New regexp engine may run out of states.
16555 Problem: New regexp engine: \@= and \& don't work.
16565 Problem: New regexp engine: \@! doesn't work.
16586 Problem: New regexp engine: Problem with \@= matching.
16591 Problem: New regexp engine: Does not support \%^ and \%$.
16596 Problem: New regexp engine: only accepts up to \{,10}.
16601 Problem: New regexp engine: Non-greedy multi doesn't work.
16606 Problem: Old regexp engine accepts illegal range, new one doesn't.
16607 Solution: Also accept the illegal range with the new engine.
16617 Problem: New regexp engine: \@<= and \@<! are not implemented.
16619 regexp engine.
16630 Problem: New regexp engine does not support \z1 .. \z9 and \z(.
16635 Problem: New regexp engine: no error when using \z1 or \z( where it does
16648 Problem: New regexp engine: When a sub expression is empty \1 skips a
16654 Problem: New regexp engine: Attempts to match "^" at every character.
16708 Problem: New regexp engine: overhead in saving and restoring.
16714 Problem: New regexp engine does not handle "~".
16719 Problem: New regexp engine: too much code in one function. Dead code.
16725 Problem: New regexp engine: saving and restoring lastlist in the states
16758 Problem: New regexp engine: \%V not supported.
16764 Problem: New regexp engine: \%'m not supported.
16788 Problem: New regexp engine: \%[abc] not supported.
16808 Problem: New regexp engine: adding states that are not used.
16813 Problem: New regexp engine: \@> not supported.
16843 Problem: Now that the NFA engine handles everything every failure is a
16861 Problem: New regexp engine is a bit slow.
16873 Problem: New regexp engine is a bit slow.
16894 Problem: New regexp engine: collections are slow.
16899 Problem: New regexp engine: neglist no longer used.
16904 Problem: New regexp engine: negated flag is hardly used.
16909 Problem: New regexp engine: trying expensive match while the result is not
16936 Problem: New regexp engine: addstate() is called very often.
16941 Problem: New regexp engine: look-behind match not checked when followed by
16947 Problem: New regexp engine: regstart is only used to find the first match.
16958 Problem: New regexp engine: Matching plain text could be faster.
16970 Problem: New regexp engine: Slow when a look-behind match does not have a
16976 Problem: New regexp engine: Slow when a look-behind match is followed by a
16987 Problem: New regexp engine: Some look-behind matches are very expensive.
16992 Problem: New regexp_nfa engine: Unnecessary code.
17007 Problem: New regexp engine fails on "\(\<command\)\@<=.*"
17077 Problem: New regexp engine: some work is done while executing a pattern,
17171 Problem: New regexp engine: no match with ^ after \n. (SungHyun Nam)
17228 Problem: Old regexp engine does not match pattern with backref correctly.
17294 Problem: New regexp engine: no match found on "#if FOO". (Lech Lorens)
17347 Problem: New regexp engine: Can't handle \%[[ao]]. (Yukihiro Nakadaira)
17501 Problem: New regexp engine: back references in look-behind match don't
17527 Problem: New regexp engine: '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match.
18098 Problem: New regexp engine: Does not match shorter alternative. (Ingo
18141 Problem: New regexp engine doesn't match pattern. (Ingo Karkat)