]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0500: using the same loop in many places v8.2.0500
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Apr 2020 16:50:46 +0000 (18:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Apr 2020 16:50:46 +0000 (18:50 +0200)
commitaeea72151c31d686bcbb7b06d895006d7363585c
tree500d487503a1a82cecc8f2a3e9bf89b50638fe5a
parentf10806b25090879fdc1a86cc0da2f4f34fd21921
patch 8.2.0500: using the same loop in many places

Problem:    Using the same loop in many places.
Solution:   Define more FOR_ALL macros. (Yegappan Lakshmanan, closes #5339)
34 files changed:
src/arglist.c
src/autocmd.c
src/buffer.c
src/change.c
src/channel.c
src/cmdexpand.c
src/diff.c
src/eval.c
src/evalbuffer.c
src/evalfunc.c
src/evalvars.c
src/evalwindow.c
src/ex_cmds2.c
src/filepath.c
src/globals.h
src/gui.c
src/if_py_both.h
src/if_ruby.c
src/insexpand.c
src/list.c
src/misc2.c
src/netbeans.c
src/popupwin.c
src/quickfix.c
src/screen.c
src/sign.c
src/spell.c
src/spellfile.c
src/spellsuggest.c
src/tag.c
src/terminal.c
src/userfunc.c
src/version.c
src/window.c