]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1236: Mac features are confusing v8.0.1236
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Oct 2017 19:11:06 +0000 (21:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Oct 2017 19:11:06 +0000 (21:11 +0200)
commitd057301b1f28736f094affa17b190244ad56e8d9
treeae20801354321a5ff0d7d23b04d8d6018c57645a
parentef83956e1e67736b4c6b886d897b74f022622a74
patch 8.0.1236: Mac features are confusing

Problem:    Mac features are confusing.
Solution:   Make feature names more consistent, add "osxdarwin". Rename
            feature flags, cleanup Mac code. (Kazunobu Kuriyama, closes #2178)
38 files changed:
runtime/doc/eval.txt
runtime/doc/os_mac.txt
src/auto/configure
src/config.h.in
src/configure.ac
src/digraph.c
src/edit.c
src/evalfunc.c
src/feature.h
src/fileio.c
src/getchar.c
src/globals.h
src/gui.c
src/gui_mac.c
src/if_python.c
src/if_python3.c
src/if_ruby.c
src/keymap.h
src/macros.h
src/main.c
src/mbyte.c
src/message.c
src/misc1.c
src/misc2.c
src/option.c
src/os_mac.h
src/os_macosx.m
src/os_unix.c
src/proto.h
src/pty.c
src/structs.h
src/term.c
src/termlib.c
src/ui.c
src/undo.c
src/version.c
src/vim.h
src/window.c