diff options
author | Johan Klokkhammer Helsing <johanhelsing@gmail.com> | 2015-11-22 02:29:14 +0100 |
---|---|---|
committer | Johan Klokkhammer Helsing <johanhelsing@gmail.com> | 2015-11-22 02:52:50 +0100 |
commit | cfa2107e33e98c35a2f08236ef6816fbae7cc8f1 (patch) | |
tree | 0bd3a12729e83c4b97dacd19b4f5dafadd2bd1ab /src/nvim/testdir | |
parent | 1fbb56795d16783f9a97e25e3b71ab3ac2a644dc (diff) | |
download | rneovim-cfa2107e33e98c35a2f08236ef6816fbae7cc8f1.tar.gz rneovim-cfa2107e33e98c35a2f08236ef6816fbae7cc8f1.tar.bz2 rneovim-cfa2107e33e98c35a2f08236ef6816fbae7cc8f1.zip |
vim-patch: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)
https://github.com/vim/vim/commit/b6c2735c56f1541159e1ad95c3f17a52b3a94f1d
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r-- | src/nvim/testdir/test53.in | 4 | ||||
-rw-r--r-- | src/nvim/testdir/test53.ok | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/nvim/testdir/test53.in b/src/nvim/testdir/test53.in index 8ca9c9ed29..7c35b2e853 100644 --- a/src/nvim/testdir/test53.in +++ b/src/nvim/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 diff --git a/src/nvim/testdir/test53.ok b/src/nvim/testdir/test53.ok index 0c0b9ded16..05206972a4 100644 --- a/src/nvim/testdir/test53.ok +++ b/src/nvim/testdir/test53.ok @@ -11,6 +11,7 @@ voo "zzzzzzzzzzzzzzzzzzzzzzzzzzzzsd -<b></b>- -<b>asdfasdf</b>- -- +-<b></b> </begin> b bc |