]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.867 v7.3.867
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Mar 2013 12:33:23 +0000 (13:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Mar 2013 12:33:23 +0000 (13:33 +0100)
commit186628f67153726edf130015e2a8043a5d309c42
treeb78b09433f8bb96b50dc144fac757121f825c297
parent090cfc1b02d5dcd98ba414ccf56e69cc38f272bd
updated for version 7.3.867
Problem:    Matchparen does not update match when using auto-indenting.
            (Marc Aldorasi)
Solution:   Add the TextChanged and TextChangedI autocommand events.
runtime/plugin/matchparen.vim
src/edit.c
src/fileio.c
src/globals.h
src/main.c
src/proto/fileio.pro
src/version.c
src/vim.h