aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test44.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir/test44.in')
-rw-r--r--src/nvim/testdir/test44.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nvim/testdir/test44.in b/src/nvim/testdir/test44.in
index 65b08b08b8..7b1a13488f 100644
--- a/src/nvim/testdir/test44.in
+++ b/src/nvim/testdir/test44.in
@@ -42,6 +42,12 @@ G:put =matchstr(\"אבגד\", \".\", 0, 2) " ב
:put =matchstr(\"אבגד\", \"..\", 0, 2) " בג
:put =matchstr(\"אבגד\", \".\", 0, 0) " א
:put =matchstr(\"אבגד\", \".\", 4, -1) " ג
+:new
+:$put =['dog(a', 'cat(']
+/(/e+
+"ayn:bd!
+:$put =''
+G"ap
:w!
:qa!
ENDTEST