]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1454: code indenting is confused by macros v9.0.1454
authorichizok <gclient.gaap@gmail.com>
Sat, 15 Apr 2023 12:17:50 +0000 (13:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Apr 2023 12:17:50 +0000 (13:17 +0100)
commit7e5fe38efc105721400048a2ffdeddbe1b9c0650
tree670353de5a42ddc725f9c109f80b05680a03d0e8
parentb49dfd0cf296623af2d756cefc3e73b5b307734e
patch 9.0.1454: code indenting is confused by macros

Problem:    Code indenting is confused by macros.
Solution:   Put semicolon after the macros instead of inside. (Ozaki Kiichi,
            closes #12257)
src/autocmd.c
src/buffer.c
src/ex_docmd.c
src/macros.h
src/main.c
src/map.c
src/scriptfile.c
src/spellfile.c
src/userfunc.c
src/version.c