diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-02-09 17:50:28 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-02-09 17:50:28 +0100 |
commit | 9e33efd1523b85a70533930dd43a26925a2b648c (patch) | |
tree | d8ebb4bd59434d19786961cff90069d352bf2dd7 /src/version.c | |
parent | a15ef4588c057da87f64be5b17aef35aaead8ac8 (diff) | |
download | vim-9e33efd1523b85a70533930dd43a26925a2b648c.zip |
patch 8.0.1485: weird autocmd may cause arglist to be changed recursively
Problem: Weird autocmd may cause arglist to be changed recursively.
Solution: Prevent recursively changing the argument list. (Christian
Brabandt, closes #2472)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f56ef3577..963f611fa 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1485, +/**/ 1484, /**/ 1483, |