Ingo Karkat wrote:
> there's another discrepancy between the regular expression engines:
>
> for n in [0, 1] | echo string(matchstr(' x', '\%#=' . n . '^\s\{-}\zs\(x\|
> x$\)')) | endfor
> for n in [0, 1] | echo string(matchstr(' x', '\%#=' . n . '^\s\{-}\ze\(x\|
> x$\)')) | endfor
> for n in
Hello Vim developers,
there's another discrepancy between the regular expression engines:
for n in [0, 1] | echo string(matchstr(' x', '\%#=' . n . '^\s\{-}\zs\(x\|
x$\)')) | endfor
for n in [0, 1] | echo string(matchstr(' x', '\%#=' . n . '^\s\{-}\ze\(x\|
x$\)')) | endfor
for n in [0, 1] | ech