comparison src/Make_vms.mms @ 17576:97a750e8707f v8.1.1785

patch 8.1.1785: map functionality mixed with character input commit https://github.com/vim/vim/commit/b66bab381c8ba71fd6e92327d1d34c6f8a65f2a7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 1 14:28:24 2019 +0200 patch 8.1.1785: map functionality mixed with character input Problem: Map functionality mixed with character input. Solution: Move the map functionality to a separate file. (Yegappan Lakshmanan, closes #4740) Graduate the +localmap feature.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Aug 2019 14:30:07 +0200
parents e00d12c085a5
children 9efb4dda9720
comparison
equal deleted inserted replaced
17575:b2a246caeb25 17576:97a750e8707f
310 SRC = arabic.c autocmd.c beval.c blob.c blowfish.c buffer.c change.c charset.c \ 310 SRC = arabic.c autocmd.c beval.c blob.c blowfish.c buffer.c change.c charset.c \
311 crypt.c crypt_zip.c debugger.c dict.c diff.c digraph.c edit.c eval.c \ 311 crypt.c crypt_zip.c debugger.c dict.c diff.c digraph.c edit.c eval.c \
312 evalfunc.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c \ 312 evalfunc.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c \
313 if_cscope.c if_xcmdsrv.c fileio.c findfile.c fold.c getchar.c \ 313 if_cscope.c if_xcmdsrv.c fileio.c findfile.c fold.c getchar.c \
314 hardcopy.c hashtab.c highlight.c indent.c insexpand.c json.c list.c \ 314 hardcopy.c hashtab.c highlight.c indent.c insexpand.c json.c list.c \
315 main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \ 315 main.c map.c mark.c menu.c mbyte.c memfile.c memline.c message.c \
316 misc2.c move.c normal.c ops.c option.c popupmnu.c popupwin.c \ 316 misc1.c misc2.c move.c normal.c ops.c option.c popupmnu.c popupwin.c \
317 profiler.c quickfix.c regexp.c search.c session.c sha256.c sign.c \ 317 profiler.c quickfix.c regexp.c search.c session.c sha256.c sign.c \
318 spell.c spellfile.c syntax.c tag.c term.c termlib.c testing.c \ 318 spell.c spellfile.c syntax.c tag.c term.c termlib.c testing.c \
319 textprop.c ui.c undo.c usercmd.c userfunc.c version.c viminfo.c \ 319 textprop.c ui.c undo.c usercmd.c userfunc.c version.c viminfo.c \
320 screen.c window.c os_unix.c os_vms.c pathdef.c \ 320 screen.c window.c os_unix.c os_vms.c pathdef.c \
321 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ 321 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
325 charset.obj crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj \ 325 charset.obj crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj \
326 digraph.obj edit.obj eval.obj evalfunc.obj ex_cmds.obj ex_cmds2.obj \ 326 digraph.obj edit.obj eval.obj evalfunc.obj ex_cmds.obj ex_cmds2.obj \
327 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \ 327 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \
328 fileio.obj findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \ 328 fileio.obj findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
329 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \ 329 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \
330 mark.obj menu.obj memfile.obj memline.obj message.obj misc1.obj \ 330 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \
331 misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \ 331 misc1.obj misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \
332 popupmnu.obj popupwin.obj profiler.obj quickfix.obj regexp.obj \ 332 popupmnu.obj popupwin.obj profiler.obj quickfix.obj regexp.obj \
333 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \ 333 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \
334 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \ 334 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \
335 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \ 335 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \
336 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \ 336 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \
628 globals.h 628 globals.h
629 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \ 629 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \
630 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 630 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
631 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 631 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
632 arabic.c 632 arabic.c
633 map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \
634 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
635 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
633 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \ 636 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \
634 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 637 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
635 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 638 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
636 639
637 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \ 640 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \