From cfa2107e33e98c35a2f08236ef6816fbae7cc8f1 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Sun, 22 Nov 2015 02:29:14 +0100 Subject: 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 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index d5bbd734f4..65a8f81fa5 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -341,7 +341,7 @@ static int included_patches[] = { // 658, // 657 NA // 656, - // 655, + 655, // 654, 653, // 652 NA -- cgit