diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-03-05 19:57:49 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-03-05 19:57:49 +0100 |
commit | b6c2735c56f1541159e1ad95c3f17a52b3a94f1d (patch) | |
tree | 6f0a5ed3e793823152c28b61635b16e3f8f88143 /src/testdir/test53.in | |
parent | a245bc79b4c6b83a4b5b6cdb95c4d2165762a20b (diff) | |
download | vim-b6c2735c56f1541159e1ad95c3f17a52b3a94f1d.zip |
updated for version 7.4.655
Problem: Text deleted by "dit" depends on indent of closing tag.
(Jan Parthey)
Solution: Do not adjust oap->end in do_pending_operator(). (Christian
Brabandt)
Diffstat (limited to 'src/testdir/test53.in')
-rw-r--r-- | src/testdir/test53.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test53.in b/src/testdir/test53.in index 8ca9c9ed2..7c35b2e85 100644 --- a/src/testdir/test53.in +++ b/src/testdir/test53.in @@ -23,6 +23,7 @@ jfXdit 0fXdit fXdat 0fXdat +dit :" :put =matchstr(\"abcd\", \".\", 0, 2) " b :put =matchstr(\"abcd\", \"..\", 0, 2) " bc @@ -97,6 +98,9 @@ voo "nah" sdf " asdf" sdf " sdf" sd -<b>asdX<i>a<i />sdf</i>asdf</b>- -<b>asdf<i>Xasdf</i>asdf</b>- -<b>asdX<i>as<b />df</i>asdf</b>- +-<b> +innertext object +</b> </begin> SEARCH: foobar |