]> granicus.if.org Git - vim/commit
patch 8.1.2042: the evalfunc.c file is too big v8.1.2042
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Sep 2019 19:00:54 +0000 (21:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Sep 2019 19:00:54 +0000 (21:00 +0200)
commit9c658c9eacbd97e2c071f652a0155f71db94c0f3
tree2f321ccf7e6576d1b9a4a0df27d913702b2cc1f4
parent248fdb33320641804afed4bdf5dc5cddb1cf64f5
patch 8.1.2042: the evalfunc.c file is too big

Problem:    The evalfunc.c file is too big.
Solution:   Move getchar() and parse_queued_messages() to getchar.c.
src/evalfunc.c
src/getchar.c
src/misc2.c
src/proto/getchar.pro
src/proto/misc2.pro
src/version.c