]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0523: loops are repeated v8.2.0523
authorBram Moolenaar <Bram@vim.org>
Mon, 6 Apr 2020 20:13:01 +0000 (22:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Apr 2020 20:13:01 +0000 (22:13 +0200)
commit00d253e2b2f435a5386582c3f857008e7ac355c2
tree71bbea4e4c6efa593a85266e445d82377a65f454
parentee4e0c1e9a81cb5d96e0060203a9033c2f28588e
patch 8.2.0523: loops are repeated

Problem:    Loops are repeated.
Solution:   Use FOR_ALL_ macros. (Yegappan Lakshmanan, closes #5882)
19 files changed:
src/buffer.c
src/drawscreen.c
src/evalfunc.c
src/evalwindow.c
src/globals.h
src/gui_athena.c
src/gui_gtk.c
src/gui_motif.c
src/gui_w32.c
src/list.c
src/menu.c
src/popupmenu.c
src/popupwin.c
src/quickfix.c
src/syntax.c
src/time.c
src/userfunc.c
src/version.c
src/vim9compile.c