comparison src/Make_vms.mms @ 18135:1868ec23360e v8.1.2062

patch 8.1.2062: the mouse code is spread out Commit: https://github.com/vim/vim/commit/b20b9e14ddd8db111e886ad0494e15b955159426 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 21 20:48:04 2019 +0200 patch 8.1.2062: the mouse code is spread out Problem: The mouse code is spread out. Solution: Move all the mouse code to mouse.c. (Yegappan Lakshmanan, closes #4959)
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Sep 2019 21:00:07 +0200
parents 2a806e3c39f6
children f57481564f2c
comparison
equal deleted inserted replaced
18134:c06a2bc8144f 18135:1868ec23360e
314 evalvars.c evalwindow.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c \ 314 evalvars.c evalwindow.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c \
315 ex_getln.c \ 315 ex_getln.c \
316 if_cscope.c if_xcmdsrv.c fileio.c filepath.c, findfile.c fold.c \ 316 if_cscope.c if_xcmdsrv.c fileio.c filepath.c, findfile.c fold.c \
317 getchar.c hardcopy.c hashtab.c highlight.c \ 317 getchar.c hardcopy.c hashtab.c highlight.c \
318 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \ 318 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \
319 memfile.c memline.c message.c misc1.c misc2.c move.c normal.c ops.c \ 319 memfile.c memline.c message.c misc1.c misc2.c mouse.c move.c normal.c \
320 ops.c \
320 option.c optionstr.c popupmnu.c popupwin.c profiler.c quickfix.c \ 321 option.c optionstr.c popupmnu.c popupwin.c profiler.c quickfix.c \
321 regexp.c scriptfile.c \ 322 regexp.c scriptfile.c \
322 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \ 323 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \
323 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \ 324 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \
324 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \ 325 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \
334 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \ 335 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \
335 fileio.obj filepath.obj \ 336 fileio.obj filepath.obj \
336 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \ 337 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
337 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \ 338 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \
338 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \ 339 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \
339 misc1.obj misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \ 340 misc1.obj misc2.obj mouse.obj move.obj mbyte.obj normal.obj ops.obj \
341 option.obj \
340 optionstr.obj popupmnu.obj popupwin.obj profiler.obj quickfix.obj \ 342 optionstr.obj popupmnu.obj popupwin.obj profiler.obj quickfix.obj \
341 regexp.obj scriptfile.obj \ 343 regexp.obj scriptfile.obj \
342 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \ 344 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \
343 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \ 345 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \
344 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \ 346 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \
695 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 697 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
696 version.h 698 version.h
697 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \ 699 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \
698 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 700 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
699 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 701 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
702 mouse.obj : mouse.c vim.h [.auto]config.h feature.h os_unix.h \
703 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
704 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
700 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \ 705 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \
701 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 706 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
702 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 707 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
703 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \ 708 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \
704 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 709 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \