]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.212 v7.4.212
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Mar 2014 14:13:05 +0000 (15:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Mar 2014 14:13:05 +0000 (15:13 +0100)
commitf7ff6e85e8a4e84cff023f5db4b66ef85986605a
tree813913a9c1d1418b5b85e3a4bc414dbeb2b3f6a3
parenta68783751647e3243ca6f22df62907efbdbccb02
updated for version 7.4.212
Problem:    Now that the +visual feature is always enabled the #ifdefs for it
            are not useful.
Solution:   Remove the checks for FEAT_VISUAL.
39 files changed:
src/buffer.c
src/charset.c
src/edit.c
src/eval.c
src/ex_cmds.c
src/ex_docmd.c
src/feature.h
src/fold.c
src/getchar.c
src/globals.h
src/gui.c
src/gui_mac.c
src/gui_w48.c
src/main.c
src/mark.c
src/menu.c
src/misc2.c
src/move.c
src/netbeans.c
src/normal.c
src/ops.c
src/option.c
src/option.h
src/os_msdos.c
src/os_qnx.c
src/os_win32.h
src/quickfix.c
src/regexp.c
src/regexp_nfa.c
src/screen.c
src/search.c
src/spell.c
src/structs.h
src/syntax.c
src/term.c
src/ui.c
src/undo.c
src/version.c
src/window.c