]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2232: compiler error for falling through into next case v8.2.2232
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Dec 2020 18:18:03 +0000 (19:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Dec 2020 18:18:03 +0000 (19:18 +0100)
commit9618a25b9c054f0ee4e267d2db96b6e7c113ed7a
treef9feec245acc80e076da032776154a4f2345dd24
parente4862a0fe62261754daf476866ef2aa8586b716c
patch 8.2.2232: compiler error for falling through into next case

Problem:    Compiler error for falling through into next case.
Solution:   Move FALLTHROUGH below the #endif
src/ex_docmd.c
src/version.c