]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2101 v7.4.2101
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jul 2016 20:04:11 +0000 (22:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jul 2016 20:04:11 +0000 (22:04 +0200)
commit2932359000b2f918d5fade79ea4d124d5943cd07
tree1ca4fa98569a4d20ce066c7d6254404bcf431b47
parent6835dc61aebca2b602d85a9d63c449ace58683b4
patch 7.4.2101
Problem:    Looping over windows, buffers and tab pages is inconsistant.
Solution:   Use FOR_ALL_ macros everywhere. (Yegappan Lakshmanan)
33 files changed:
src/buffer.c
src/diff.c
src/edit.c
src/eval.c
src/evalfunc.c
src/ex_cmds.c
src/ex_cmds2.c
src/ex_docmd.c
src/fileio.c
src/globals.h
src/gui.c
src/gui_mac.c
src/if_lua.c
src/if_mzsch.c
src/if_perl.xs
src/if_ruby.c
src/if_tcl.c
src/main.c
src/mark.c
src/memfile.c
src/memline.c
src/misc1.c
src/move.c
src/netbeans.c
src/normal.c
src/option.c
src/quickfix.c
src/screen.c
src/spell.c
src/term.c
src/version.c
src/window.c
src/workshop.c