commit | 186628f67153726edf130015e2a8043a5d309c42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 19 13:33:23 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 19 13:33:23 2013 +0100 |
tree | b78b09433f8bb96b50dc144fac757121f825c297 | |
parent | 090cfc1b02d5dcd98ba414ccf56e69cc38f272bd [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index c3e8f37..70a0437 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 867, +/**/ 866, /**/ 865,