]> granicus.if.org Git - vim/commit
patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
authorBram Moolenaar <Bram@vim.org>
Sun, 20 Jan 2019 14:30:40 +0000 (15:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Jan 2019 14:30:40 +0000 (15:30 +0100)
commit113e10721f42fc2500b63fe95193f8665658a90c
tree4395acb733cc8d7a798df8f4a91c5c1afa084841
parent1f20daa1d784e2d8ae13db5b9c8abbb648dd2a03
patch 8.1.0785: depending on the configuration some functions are unused

Problem:    Depending on the configuration some functions are unused.
Solution:   Add more #ifdefs, remove unused functions. (Dominique Pelle,
            closes #3822)
28 files changed:
src/buffer.c
src/channel.c
src/ex_cmds2.c
src/ex_docmd.c
src/fileio.c
src/getchar.c
src/gui_gtk_x11.c
src/hashtab.c
src/json.c
src/mbyte.c
src/message.c
src/misc1.c
src/misc2.c
src/ops.c
src/option.c
src/os_unix.c
src/proto/os_unix.pro
src/proto/regexp.pro
src/proto/terminal.pro
src/regexp.c
src/screen.c
src/search.c
src/syntax.c
src/term.c
src/terminal.c
src/ui.c
src/userfunc.c
src/version.c