commit | f1e8876fa2359b572d262772747405d3616db670 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Magnus=20Gro=C3=9F?= <magnus.gross@rwth-aachen.de> | Sun Sep 12 13:39:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 12 13:39:55 2021 +0200 |
tree | 1b33a32bccaa4522f14f2aad8ee8044295635d0b | |
parent | 464393a6961d9b9de2bfe9c05f8e2ae5bdec0293 [diff] [blame] |
patch 8.2.3430: no generic way to trigger an autocommand on mode change Problem: No generic way to trigger an autocommand on mode change. Solution: Add the ModeChanged autocommand event. (Magnus Gross, closes #8856)
diff --git a/src/version.c b/src/version.c index d10f8aa..fe111e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3430, +/**/ 3429, /**/ 3428,