]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1086: too many curly braces v8.1.1086
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Mar 2019 17:47:01 +0000 (18:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Mar 2019 17:47:01 +0000 (18:47 +0100)
commitabab0b0fdd6535969447b03a4fffc1947918cf6c
tree2d43537a5dce8433ef2b2a37684c9e069392c592
parentbd9bf266fccbf7b7f09e476e09b61f0133e914db
patch 8.1.1086: too many curly braces

Problem:    Too many curly braces.
Solution:   Remove curly braces where they are not needed. (Hirohito Higashi,
            closes #3982)
42 files changed:
src/autocmd.c
src/buffer.c
src/crypt_zip.c
src/dosinst.c
src/edit.c
src/evalfunc.c
src/ex_cmds.c
src/ex_docmd.c
src/ex_getln.c
src/getchar.c
src/gui.c
src/gui_gtk.c
src/gui_mac.c
src/gui_motif.c
src/gui_photon.c
src/gui_w32.c
src/gui_x11.c
src/if_mzsch.c
src/if_python3.c
src/if_ruby.c
src/if_tcl.c
src/indent.c
src/insexpand.c
src/libvterm/src/pen.c
src/macros.h
src/memline.c
src/menu.c
src/misc1.c
src/move.c
src/netbeans.c
src/normal.c
src/ops.c
src/option.c
src/os_mswin.c
src/os_qnx.c
src/os_unix.c
src/os_win32.c
src/regexp_nfa.c
src/screen.c
src/spell.c
src/terminal.c
src/version.c