comparison src/version.c @ 13221:dc28351a85d4 v8.0.1485

patch 8.0.1485: weird autocmd may cause arglist to be changed recursively commit https://github.com/vim/vim/commit/9e33efd1523b85a70533930dd43a26925a2b648c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 9 17:50:28 2018 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2018 18:00:07 +0100
parents 4b8d89ea9edb
children e37327129859
comparison
equal deleted inserted replaced
13220:195671a4d06f 13221:dc28351a85d4
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1485,
774 /**/ 776 /**/
775 1484, 777 1484,
776 /**/ 778 /**/
777 1483, 779 1483,
778 /**/ 780 /**/