commit | 0c81d1b11278b2d962aa6fbb4aa974dab97be59d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 22:45:55 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 22:45:55 2020 +0100 |
tree | 25ab018d04c0f46216f2321ad47faa1fc9aaed32 | |
parent | b654103ad1e379348616f354272db86804ab4bdb [diff] [blame] |
patch 8.2.0302: setting 'term' may cause error in TermChanged autocommand Problem: Setting 'term' may cause error in TermChanged autocommand. Solution: Use aucmd_prepbuf() to switch to the buffer where the autocommand is to be executed. (closes #5682)
diff --git a/src/version.c b/src/version.c index cda4a81..96ef2c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 302, +/**/ 301, /**/ 300,