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/version.c | |
| 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/version.c')
| -rw-r--r-- | src/nvim/version.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
