commit | eb93f3f0e2b2ae65c5c3f55be3e62d64e3066f35 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 15:04:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 15:04:56 2019 +0200 |
tree | e69acd4b5050a07bfc91cb180831c5cd1bb41b1f | |
parent | 87f59b09ea4b9af2712598374a6044f5fa1b54a4 [diff] [blame] |
patch 8.1.1113: making an autocommand trigger once is not so easy Problem: Making an autocommand trigger once is not so easy. Solution: Add the ++once argument. Also add ++nested as an alias for "nested". (Justin M. Keyes, closes #4100)
diff --git a/src/version.c b/src/version.c index 2215409..3805950 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1113, +/**/ 1112, /**/ 1111,