updated for version 7.4a.035
Problem: Fix in patch 7.4a.032 is not tested.
Solution: Add test.
diff --git a/src/testdir/test64.in b/src/testdir/test64.in
index c414c6e..ec6107f 100644
--- a/src/testdir/test64.in
+++ b/src/testdir/test64.in
@@ -339,6 +339,7 @@
:call add(tl, [2, '^\%(.*bar\)\@!.*\zsfoo', ' foo bar '])
:call add(tl, [2, '^\%(.*bar\)\@!.*\zsfoo', ' foo xxx ', 'foo'])
:call add(tl, [2, '[ ]\@!\p\%([ ]\@!\p\)*:', 'implicit mappings:', 'mappings:'])
+:call add(tl, [2, 'm\k\+_\@=\%(_\@!\k\)\@<=\k\+e', 'mx__xe', 'mx__xe'])
:"
:"""" Combining different tests and features
:call add(tl, [2, '[[:alpha:]]\{-2,6}', '787abcdiuhsasiuhb4', 'ab'])