comparison src/Makefile @ 26177:13e09dc59f0f v8.2.3620

patch 8.2.3620: memory leak reported in libtlib Commit: https://github.com/vim/vim/commit/b3a29558eedac9979f5276ae914934b7b7cbe06b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 19 11:28:04 2021 +0000 patch 8.2.3620: memory leak reported in libtlib Problem: Memory leak reported in libtlib. Solution: Call del_curterm() when cleaning up memory. Rename term.h to termdefs.h to avoid a name clash.
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Nov 2021 12:30:05 +0100
parents 597271fb4bfa
children 4b23672d1f0e
comparison
equal deleted inserted replaced
26176:16e7f5c5ad54 26177:13e09dc59f0f
3137 3137
3138 # Dependencies through vim.h that most targets depend on. Used by targets 3138 # Dependencies through vim.h that most targets depend on. Used by targets
3139 # that are not taken care of by "make depend". 3139 # that are not taken care of by "make depend".
3140 VIM_H_DEPENDENCIES = \ 3140 VIM_H_DEPENDENCIES = \
3141 vim.h protodef.h auto/config.h feature.h os_unix.h \ 3141 vim.h protodef.h auto/config.h feature.h os_unix.h \
3142 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3142 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3143 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3143 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3144 proto.h globals.h errors.h 3144 proto.h globals.h errors.h
3145 3145
3146 # All the object files are put in the "objects" directory. Since not all make 3146 # All the object files are put in the "objects" directory. Since not all make
3147 # commands understand putting object files in another directory, it must be 3147 # commands understand putting object files in another directory, it must be
3719 3719
3720 ############################################################################### 3720 ###############################################################################
3721 ### (automatically generated by 'make depend') 3721 ### (automatically generated by 'make depend')
3722 ### Dependencies: 3722 ### Dependencies:
3723 objects/alloc.o: alloc.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3723 objects/alloc.o: alloc.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3724 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3724 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3725 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3725 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3726 proto.h globals.h errors.h 3726 proto.h globals.h errors.h
3727 objects/arabic.o: arabic.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3727 objects/arabic.o: arabic.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3728 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3728 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3729 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3729 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3730 proto.h globals.h errors.h 3730 proto.h globals.h errors.h
3731 objects/arglist.o: arglist.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3731 objects/arglist.o: arglist.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3732 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3732 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3733 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3733 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3734 proto.h globals.h errors.h 3734 proto.h globals.h errors.h
3735 objects/autocmd.o: autocmd.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3735 objects/autocmd.o: autocmd.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3736 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3736 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3737 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3737 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3738 proto.h globals.h errors.h 3738 proto.h globals.h errors.h
3739 objects/beval.o: beval.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3739 objects/beval.o: beval.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3740 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3740 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3741 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3741 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3742 proto.h globals.h errors.h 3742 proto.h globals.h errors.h
3743 objects/blob.o: blob.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3743 objects/blob.o: blob.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3744 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3744 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3745 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3745 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3746 proto.h globals.h errors.h 3746 proto.h globals.h errors.h
3747 objects/blowfish.o: blowfish.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3747 objects/blowfish.o: blowfish.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3748 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3748 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3749 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3749 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3750 proto.h globals.h errors.h 3750 proto.h globals.h errors.h
3751 objects/buffer.o: buffer.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3751 objects/buffer.o: buffer.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3752 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3752 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3753 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3753 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3754 proto.h globals.h errors.h version.h 3754 proto.h globals.h errors.h version.h
3755 objects/change.o: change.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3755 objects/change.o: change.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3756 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3756 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3757 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3757 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3758 proto.h globals.h errors.h 3758 proto.h globals.h errors.h
3759 objects/charset.o: charset.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3759 objects/charset.o: charset.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3760 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3760 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3761 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3761 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3762 proto.h globals.h errors.h 3762 proto.h globals.h errors.h
3763 objects/cindent.o: cindent.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3763 objects/cindent.o: cindent.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3764 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3764 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3765 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3765 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3766 proto.h globals.h errors.h 3766 proto.h globals.h errors.h
3767 objects/clientserver.o: clientserver.c vim.h protodef.h auto/config.h feature.h \ 3767 objects/clientserver.o: clientserver.c vim.h protodef.h auto/config.h feature.h \
3768 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3768 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3769 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3769 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3770 proto.h globals.h errors.h 3770 proto.h globals.h errors.h
3771 objects/clipboard.o: clipboard.c vim.h protodef.h auto/config.h feature.h \ 3771 objects/clipboard.o: clipboard.c vim.h protodef.h auto/config.h feature.h \
3772 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3772 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3773 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3773 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3774 proto.h globals.h errors.h 3774 proto.h globals.h errors.h
3775 objects/cmdexpand.o: cmdexpand.c vim.h protodef.h auto/config.h feature.h \ 3775 objects/cmdexpand.o: cmdexpand.c vim.h protodef.h auto/config.h feature.h \
3776 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3776 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3777 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3777 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3778 proto.h globals.h errors.h 3778 proto.h globals.h errors.h
3779 objects/cmdhist.o: cmdhist.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3779 objects/cmdhist.o: cmdhist.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3780 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3780 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3781 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3781 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3782 proto.h globals.h errors.h 3782 proto.h globals.h errors.h
3783 objects/crypt.o: crypt.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3783 objects/crypt.o: crypt.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3784 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3784 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3785 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3785 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3786 proto.h globals.h errors.h 3786 proto.h globals.h errors.h
3787 objects/crypt_zip.o: crypt_zip.c vim.h protodef.h auto/config.h feature.h \ 3787 objects/crypt_zip.o: crypt_zip.c vim.h protodef.h auto/config.h feature.h \
3788 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3788 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3789 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3789 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3790 proto.h globals.h errors.h 3790 proto.h globals.h errors.h
3791 objects/debugger.o: debugger.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3791 objects/debugger.o: debugger.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3792 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3792 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3793 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3793 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3794 proto.h globals.h errors.h 3794 proto.h globals.h errors.h
3795 objects/dict.o: dict.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3795 objects/dict.o: dict.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3796 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3796 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3797 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3797 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3798 proto.h globals.h errors.h 3798 proto.h globals.h errors.h
3799 objects/diff.o: diff.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3799 objects/diff.o: diff.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3800 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3800 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3801 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3801 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3802 proto.h globals.h errors.h xdiff/xdiff.h xdiff/../vim.h 3802 proto.h globals.h errors.h xdiff/xdiff.h xdiff/../vim.h
3803 objects/digraph.o: digraph.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3803 objects/digraph.o: digraph.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3804 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3804 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3805 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3805 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3806 proto.h globals.h errors.h 3806 proto.h globals.h errors.h
3807 objects/drawline.o: drawline.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3807 objects/drawline.o: drawline.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3808 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3808 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3809 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3809 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3810 proto.h globals.h errors.h 3810 proto.h globals.h errors.h
3811 objects/drawscreen.o: drawscreen.c vim.h protodef.h auto/config.h feature.h \ 3811 objects/drawscreen.o: drawscreen.c vim.h protodef.h auto/config.h feature.h \
3812 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3812 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3813 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3813 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3814 proto.h globals.h errors.h 3814 proto.h globals.h errors.h
3815 objects/edit.o: edit.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3815 objects/edit.o: edit.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3816 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3816 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3817 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3817 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3818 proto.h globals.h errors.h 3818 proto.h globals.h errors.h
3819 objects/eval.o: eval.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3819 objects/eval.o: eval.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3820 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3820 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3821 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3821 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3822 proto.h globals.h errors.h 3822 proto.h globals.h errors.h
3823 objects/evalbuffer.o: evalbuffer.c vim.h protodef.h auto/config.h feature.h \ 3823 objects/evalbuffer.o: evalbuffer.c vim.h protodef.h auto/config.h feature.h \
3824 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3824 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3825 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3825 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3826 proto.h globals.h errors.h 3826 proto.h globals.h errors.h
3827 objects/evalfunc.o: evalfunc.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3827 objects/evalfunc.o: evalfunc.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3828 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3828 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3829 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3829 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3830 proto.h globals.h errors.h version.h 3830 proto.h globals.h errors.h version.h
3831 objects/evalvars.o: evalvars.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3831 objects/evalvars.o: evalvars.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3832 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3832 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3833 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3833 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3834 proto.h globals.h errors.h version.h 3834 proto.h globals.h errors.h version.h
3835 objects/evalwindow.o: evalwindow.c vim.h protodef.h auto/config.h feature.h \ 3835 objects/evalwindow.o: evalwindow.c vim.h protodef.h auto/config.h feature.h \
3836 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3836 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3837 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3837 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3838 proto.h globals.h errors.h 3838 proto.h globals.h errors.h
3839 objects/ex_cmds.o: ex_cmds.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3839 objects/ex_cmds.o: ex_cmds.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3840 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3840 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3841 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3841 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3842 proto.h globals.h errors.h version.h 3842 proto.h globals.h errors.h version.h
3843 objects/ex_cmds2.o: ex_cmds2.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3843 objects/ex_cmds2.o: ex_cmds2.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3844 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3844 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3845 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3845 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3846 proto.h globals.h errors.h version.h 3846 proto.h globals.h errors.h version.h
3847 objects/ex_docmd.o: ex_docmd.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3847 objects/ex_docmd.o: ex_docmd.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3848 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3848 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3849 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3849 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3850 proto.h globals.h errors.h ex_cmdidxs.h 3850 proto.h globals.h errors.h ex_cmdidxs.h
3851 objects/ex_eval.o: ex_eval.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3851 objects/ex_eval.o: ex_eval.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3852 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3852 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3853 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3853 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3854 proto.h globals.h errors.h 3854 proto.h globals.h errors.h
3855 objects/ex_getln.o: ex_getln.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3855 objects/ex_getln.o: ex_getln.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3856 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3856 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3857 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3857 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3858 proto.h globals.h errors.h 3858 proto.h globals.h errors.h
3859 objects/fileio.o: fileio.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3859 objects/fileio.o: fileio.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3860 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3860 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3861 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3861 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3862 proto.h globals.h errors.h 3862 proto.h globals.h errors.h
3863 objects/filepath.o: filepath.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3863 objects/filepath.o: filepath.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3864 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3864 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3865 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3865 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3866 proto.h globals.h errors.h 3866 proto.h globals.h errors.h
3867 objects/findfile.o: findfile.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3867 objects/findfile.o: findfile.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3868 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3868 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3869 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3869 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3870 proto.h globals.h errors.h 3870 proto.h globals.h errors.h
3871 objects/float.o: float.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3871 objects/float.o: float.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3872 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3872 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3873 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3873 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3874 proto.h globals.h errors.h 3874 proto.h globals.h errors.h
3875 objects/fold.o: fold.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3875 objects/fold.o: fold.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3876 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3876 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3877 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3877 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3878 proto.h globals.h errors.h 3878 proto.h globals.h errors.h
3879 objects/getchar.o: getchar.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3879 objects/getchar.o: getchar.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3880 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3880 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3881 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3881 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3882 proto.h globals.h errors.h 3882 proto.h globals.h errors.h
3883 objects/gui_xim.o: gui_xim.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3883 objects/gui_xim.o: gui_xim.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3884 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3884 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3885 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3885 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3886 proto.h globals.h errors.h 3886 proto.h globals.h errors.h
3887 objects/hardcopy.o: hardcopy.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3887 objects/hardcopy.o: hardcopy.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3888 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3888 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3889 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3889 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3890 proto.h globals.h errors.h version.h 3890 proto.h globals.h errors.h version.h
3891 objects/hashtab.o: hashtab.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3891 objects/hashtab.o: hashtab.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3892 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3892 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3893 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3893 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3894 proto.h globals.h errors.h 3894 proto.h globals.h errors.h
3895 objects/help.o: help.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3895 objects/help.o: help.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3896 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3896 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3897 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3897 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3898 proto.h globals.h errors.h 3898 proto.h globals.h errors.h
3899 objects/highlight.o: highlight.c vim.h protodef.h auto/config.h feature.h \ 3899 objects/highlight.o: highlight.c vim.h protodef.h auto/config.h feature.h \
3900 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3900 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3901 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3901 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3902 proto.h globals.h errors.h 3902 proto.h globals.h errors.h
3903 objects/if_cscope.o: if_cscope.c vim.h protodef.h auto/config.h feature.h \ 3903 objects/if_cscope.o: if_cscope.c vim.h protodef.h auto/config.h feature.h \
3904 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3904 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3905 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3905 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3906 proto.h globals.h errors.h if_cscope.h 3906 proto.h globals.h errors.h if_cscope.h
3907 objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h protodef.h auto/config.h feature.h \ 3907 objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h protodef.h auto/config.h feature.h \
3908 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3908 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3909 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3909 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3910 proto.h globals.h errors.h version.h 3910 proto.h globals.h errors.h version.h
3911 objects/indent.o: indent.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3911 objects/indent.o: indent.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3912 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3912 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3913 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3913 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3914 proto.h globals.h errors.h 3914 proto.h globals.h errors.h
3915 objects/insexpand.o: insexpand.c vim.h protodef.h auto/config.h feature.h \ 3915 objects/insexpand.o: insexpand.c vim.h protodef.h auto/config.h feature.h \
3916 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3916 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3917 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3917 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3918 proto.h globals.h errors.h 3918 proto.h globals.h errors.h
3919 objects/json.o: json.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3919 objects/json.o: json.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3920 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3920 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3921 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3921 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3922 proto.h globals.h errors.h 3922 proto.h globals.h errors.h
3923 objects/list.o: list.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3923 objects/list.o: list.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3924 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3924 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3925 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3925 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3926 proto.h globals.h errors.h 3926 proto.h globals.h errors.h
3927 objects/locale.o: locale.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3927 objects/locale.o: locale.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3928 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3928 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3929 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3929 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3930 proto.h globals.h errors.h 3930 proto.h globals.h errors.h
3931 objects/main.o: main.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3931 objects/main.o: main.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3932 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3932 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3933 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3933 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3934 proto.h globals.h errors.h 3934 proto.h globals.h errors.h
3935 objects/map.o: map.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3935 objects/map.o: map.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3936 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3936 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3937 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3937 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3938 proto.h globals.h errors.h 3938 proto.h globals.h errors.h
3939 objects/mark.o: mark.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3939 objects/mark.o: mark.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3940 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3940 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3941 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3941 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3942 proto.h globals.h errors.h 3942 proto.h globals.h errors.h
3943 objects/match.o: match.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3943 objects/match.o: match.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3944 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3944 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3945 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3945 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3946 proto.h globals.h errors.h 3946 proto.h globals.h errors.h
3947 objects/mbyte.o: mbyte.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3947 objects/mbyte.o: mbyte.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3948 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3948 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3949 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3949 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3950 proto.h globals.h errors.h 3950 proto.h globals.h errors.h
3951 objects/memfile.o: memfile.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3951 objects/memfile.o: memfile.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3952 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3952 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3953 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3953 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3954 proto.h globals.h errors.h 3954 proto.h globals.h errors.h
3955 objects/memline.o: memline.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3955 objects/memline.o: memline.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3956 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3956 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3957 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3957 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3958 proto.h globals.h errors.h 3958 proto.h globals.h errors.h
3959 objects/menu.o: menu.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3959 objects/menu.o: menu.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3960 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3960 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3961 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3961 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3962 proto.h globals.h errors.h 3962 proto.h globals.h errors.h
3963 objects/message.o: message.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3963 objects/message.o: message.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3964 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3964 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3965 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3965 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3966 proto.h globals.h errors.h 3966 proto.h globals.h errors.h
3967 objects/misc1.o: misc1.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3967 objects/misc1.o: misc1.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3968 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3968 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3969 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3969 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3970 proto.h globals.h errors.h version.h 3970 proto.h globals.h errors.h version.h
3971 objects/misc2.o: misc2.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3971 objects/misc2.o: misc2.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3972 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3972 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3973 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3973 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3974 proto.h globals.h errors.h 3974 proto.h globals.h errors.h
3975 objects/mouse.o: mouse.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3975 objects/mouse.o: mouse.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3976 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3976 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3977 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3977 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3978 proto.h globals.h errors.h 3978 proto.h globals.h errors.h
3979 objects/move.o: move.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3979 objects/move.o: move.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3980 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3980 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3981 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3981 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3982 proto.h globals.h errors.h 3982 proto.h globals.h errors.h
3983 objects/normal.o: normal.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3983 objects/normal.o: normal.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3984 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3984 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3985 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3985 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3986 proto.h globals.h errors.h 3986 proto.h globals.h errors.h
3987 objects/ops.o: ops.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3987 objects/ops.o: ops.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3988 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3988 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3989 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3989 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3990 proto.h globals.h errors.h 3990 proto.h globals.h errors.h
3991 objects/option.o: option.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3991 objects/option.o: option.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3992 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3992 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3993 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3993 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3994 proto.h globals.h errors.h optiondefs.h 3994 proto.h globals.h errors.h optiondefs.h
3995 objects/optionstr.o: optionstr.c vim.h protodef.h auto/config.h feature.h \ 3995 objects/optionstr.o: optionstr.c vim.h protodef.h auto/config.h feature.h \
3996 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3996 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
3997 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3997 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3998 proto.h globals.h errors.h 3998 proto.h globals.h errors.h
3999 objects/os_unix.o: os_unix.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3999 objects/os_unix.o: os_unix.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4000 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4000 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4001 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4001 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4002 proto.h globals.h errors.h os_unixx.h 4002 proto.h globals.h errors.h os_unixx.h
4003 objects/pathdef.o: auto/pathdef.c vim.h protodef.h auto/config.h feature.h \ 4003 objects/pathdef.o: auto/pathdef.c vim.h protodef.h auto/config.h feature.h \
4004 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4004 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4005 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4005 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4006 proto.h globals.h errors.h 4006 proto.h globals.h errors.h
4007 objects/popupmenu.o: popupmenu.c vim.h protodef.h auto/config.h feature.h \ 4007 objects/popupmenu.o: popupmenu.c vim.h protodef.h auto/config.h feature.h \
4008 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4008 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4009 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4009 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4010 proto.h globals.h errors.h 4010 proto.h globals.h errors.h
4011 objects/popupwin.o: popupwin.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4011 objects/popupwin.o: popupwin.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4012 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4012 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4013 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4013 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4014 proto.h globals.h errors.h 4014 proto.h globals.h errors.h
4015 objects/profiler.o: profiler.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4015 objects/profiler.o: profiler.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4016 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4016 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4017 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4017 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4018 proto.h globals.h errors.h 4018 proto.h globals.h errors.h
4019 objects/pty.o: pty.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4019 objects/pty.o: pty.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4020 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4020 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4021 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4021 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4022 proto.h globals.h errors.h 4022 proto.h globals.h errors.h
4023 objects/quickfix.o: quickfix.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4023 objects/quickfix.o: quickfix.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4024 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4024 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4025 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4025 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4026 proto.h globals.h errors.h 4026 proto.h globals.h errors.h
4027 objects/regexp.o: regexp.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4027 objects/regexp.o: regexp.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4028 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4028 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4029 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4029 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4030 proto.h globals.h errors.h regexp_bt.c regexp_nfa.c 4030 proto.h globals.h errors.h regexp_bt.c regexp_nfa.c
4031 objects/register.o: register.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4031 objects/register.o: register.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4032 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4032 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4033 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4033 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4034 proto.h globals.h errors.h 4034 proto.h globals.h errors.h
4035 objects/screen.o: screen.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4035 objects/screen.o: screen.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4036 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4036 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4037 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4037 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4038 proto.h globals.h errors.h 4038 proto.h globals.h errors.h
4039 objects/scriptfile.o: scriptfile.c vim.h protodef.h auto/config.h feature.h \ 4039 objects/scriptfile.o: scriptfile.c vim.h protodef.h auto/config.h feature.h \
4040 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4040 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4041 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4041 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4042 proto.h globals.h errors.h 4042 proto.h globals.h errors.h
4043 objects/search.o: search.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4043 objects/search.o: search.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4044 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4044 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4045 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4045 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4046 proto.h globals.h errors.h 4046 proto.h globals.h errors.h
4047 objects/session.o: session.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4047 objects/session.o: session.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4048 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4048 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4049 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4049 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4050 proto.h globals.h errors.h 4050 proto.h globals.h errors.h
4051 objects/sha256.o: sha256.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4051 objects/sha256.o: sha256.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4052 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4052 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4053 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4053 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4054 proto.h globals.h errors.h 4054 proto.h globals.h errors.h
4055 objects/sign.o: sign.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4055 objects/sign.o: sign.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4056 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4056 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4057 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4057 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4058 proto.h globals.h errors.h 4058 proto.h globals.h errors.h
4059 objects/sound.o: sound.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4059 objects/sound.o: sound.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4060 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4060 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4061 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4061 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4062 proto.h globals.h errors.h 4062 proto.h globals.h errors.h
4063 objects/spell.o: spell.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4063 objects/spell.o: spell.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4064 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4064 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4065 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4065 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4066 proto.h globals.h errors.h 4066 proto.h globals.h errors.h
4067 objects/spellfile.o: spellfile.c vim.h protodef.h auto/config.h feature.h \ 4067 objects/spellfile.o: spellfile.c vim.h protodef.h auto/config.h feature.h \
4068 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4068 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4069 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4069 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4070 proto.h globals.h errors.h 4070 proto.h globals.h errors.h
4071 objects/spellsuggest.o: spellsuggest.c vim.h protodef.h auto/config.h feature.h \ 4071 objects/spellsuggest.o: spellsuggest.c vim.h protodef.h auto/config.h feature.h \
4072 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4072 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4073 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4073 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4074 proto.h globals.h errors.h 4074 proto.h globals.h errors.h
4075 objects/strings.o: strings.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4075 objects/strings.o: strings.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4076 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4076 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4077 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4077 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4078 proto.h globals.h errors.h 4078 proto.h globals.h errors.h
4079 objects/syntax.o: syntax.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4079 objects/syntax.o: syntax.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4080 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4080 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4081 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4081 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4082 proto.h globals.h errors.h 4082 proto.h globals.h errors.h
4083 objects/tag.o: tag.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4083 objects/tag.o: tag.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4084 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4084 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4085 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4085 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4086 proto.h globals.h errors.h 4086 proto.h globals.h errors.h
4087 objects/term.o: term.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4087 objects/term.o: term.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4088 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4088 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4089 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4089 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4090 proto.h globals.h errors.h 4090 proto.h globals.h errors.h
4091 objects/terminal.o: terminal.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4091 objects/terminal.o: terminal.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4092 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4092 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4093 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4093 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4094 proto.h globals.h errors.h libvterm/include/vterm.h \ 4094 proto.h globals.h errors.h libvterm/include/vterm.h \
4095 libvterm/include/vterm_keycodes.h 4095 libvterm/include/vterm_keycodes.h
4096 objects/testing.o: testing.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4096 objects/testing.o: testing.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4097 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4097 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4098 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4098 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4099 proto.h globals.h errors.h 4099 proto.h globals.h errors.h
4100 objects/textformat.o: textformat.c vim.h protodef.h auto/config.h feature.h \ 4100 objects/textformat.o: textformat.c vim.h protodef.h auto/config.h feature.h \
4101 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4101 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4102 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4102 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4103 proto.h globals.h errors.h 4103 proto.h globals.h errors.h
4104 objects/textobject.o: textobject.c vim.h protodef.h auto/config.h feature.h \ 4104 objects/textobject.o: textobject.c vim.h protodef.h auto/config.h feature.h \
4105 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4105 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4106 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4106 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4107 proto.h globals.h errors.h 4107 proto.h globals.h errors.h
4108 objects/textprop.o: textprop.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4108 objects/textprop.o: textprop.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4109 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4109 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4110 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4110 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4111 proto.h globals.h errors.h 4111 proto.h globals.h errors.h
4112 objects/time.o: time.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4112 objects/time.o: time.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4113 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4113 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4114 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4114 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4115 proto.h globals.h errors.h 4115 proto.h globals.h errors.h
4116 objects/typval.o: typval.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4116 objects/typval.o: typval.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4117 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4117 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4118 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4118 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4119 proto.h globals.h errors.h 4119 proto.h globals.h errors.h
4120 objects/ui.o: ui.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4120 objects/ui.o: ui.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4121 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4121 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4122 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4122 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4123 proto.h globals.h errors.h 4123 proto.h globals.h errors.h
4124 objects/undo.o: undo.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4124 objects/undo.o: undo.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4125 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4125 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4126 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4126 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4127 proto.h globals.h errors.h 4127 proto.h globals.h errors.h
4128 objects/usercmd.o: usercmd.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4128 objects/usercmd.o: usercmd.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4129 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4129 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4130 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4130 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4131 proto.h globals.h errors.h 4131 proto.h globals.h errors.h
4132 objects/userfunc.o: userfunc.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4132 objects/userfunc.o: userfunc.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4133 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4133 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4134 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4134 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4135 proto.h globals.h errors.h 4135 proto.h globals.h errors.h
4136 objects/version.o: version.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4136 objects/version.o: version.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4137 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4137 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4138 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4138 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4139 proto.h globals.h errors.h version.h 4139 proto.h globals.h errors.h version.h
4140 objects/vim9compile.o: vim9compile.c vim.h protodef.h auto/config.h feature.h \ 4140 objects/vim9compile.o: vim9compile.c vim.h protodef.h auto/config.h feature.h \
4141 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4141 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4142 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4142 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4143 proto.h globals.h errors.h vim9.h 4143 proto.h globals.h errors.h vim9.h
4144 objects/vim9execute.o: vim9execute.c vim.h protodef.h auto/config.h feature.h \ 4144 objects/vim9execute.o: vim9execute.c vim.h protodef.h auto/config.h feature.h \
4145 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4145 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4146 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4146 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4147 proto.h globals.h errors.h vim9.h 4147 proto.h globals.h errors.h vim9.h
4148 objects/vim9script.o: vim9script.c vim.h protodef.h auto/config.h feature.h \ 4148 objects/vim9script.o: vim9script.c vim.h protodef.h auto/config.h feature.h \
4149 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4149 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4150 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4150 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4151 proto.h globals.h errors.h vim9.h 4151 proto.h globals.h errors.h vim9.h
4152 objects/vim9type.o: vim9type.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4152 objects/vim9type.o: vim9type.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4153 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4153 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4154 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4154 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4155 proto.h globals.h errors.h 4155 proto.h globals.h errors.h
4156 objects/viminfo.o: viminfo.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4156 objects/viminfo.o: viminfo.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4157 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4157 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4158 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4158 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4159 proto.h globals.h errors.h version.h 4159 proto.h globals.h errors.h version.h
4160 objects/window.o: window.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4160 objects/window.o: window.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4161 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4161 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4162 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4162 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4163 proto.h globals.h errors.h 4163 proto.h globals.h errors.h
4164 objects/bufwrite.o: bufwrite.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4164 objects/bufwrite.o: bufwrite.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4165 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4165 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4166 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4166 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4167 proto.h globals.h errors.h 4167 proto.h globals.h errors.h
4168 objects/gui.o: gui.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4168 objects/gui.o: gui.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4169 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4169 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4170 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4170 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4171 proto.h globals.h errors.h 4171 proto.h globals.h errors.h
4172 objects/gui_gtk.o: gui_gtk.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4172 objects/gui_gtk.o: gui_gtk.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4173 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4173 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4174 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4174 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4175 proto.h globals.h errors.h gui_gtk_f.h 4175 proto.h globals.h errors.h gui_gtk_f.h
4176 objects/gui_gtk_f.o: gui_gtk_f.c vim.h protodef.h auto/config.h feature.h \ 4176 objects/gui_gtk_f.o: gui_gtk_f.c vim.h protodef.h auto/config.h feature.h \
4177 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4177 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4178 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4178 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4179 proto.h globals.h errors.h gui_gtk_f.h 4179 proto.h globals.h errors.h gui_gtk_f.h
4180 objects/gui_motif.o: gui_motif.c vim.h protodef.h auto/config.h feature.h \ 4180 objects/gui_motif.o: gui_motif.c vim.h protodef.h auto/config.h feature.h \
4181 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4181 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4182 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4182 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4183 proto.h globals.h errors.h gui_xmebw.h ../pixmaps/alert.xpm \ 4183 proto.h globals.h errors.h gui_xmebw.h ../pixmaps/alert.xpm \
4184 ../pixmaps/error.xpm ../pixmaps/generic.xpm ../pixmaps/info.xpm \ 4184 ../pixmaps/error.xpm ../pixmaps/generic.xpm ../pixmaps/info.xpm \
4185 ../pixmaps/quest.xpm gui_x11_pm.h ../pixmaps/tb_new.xpm \ 4185 ../pixmaps/quest.xpm gui_x11_pm.h ../pixmaps/tb_new.xpm \
4186 ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm ../pixmaps/tb_save.xpm \ 4186 ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm ../pixmaps/tb_save.xpm \
4197 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \ 4197 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \
4198 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \ 4198 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \
4199 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \ 4199 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \
4200 ../pixmaps/tb_minwidth.xpm 4200 ../pixmaps/tb_minwidth.xpm
4201 objects/gui_xmdlg.o: gui_xmdlg.c vim.h protodef.h auto/config.h feature.h \ 4201 objects/gui_xmdlg.o: gui_xmdlg.c vim.h protodef.h auto/config.h feature.h \
4202 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4202 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4203 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4203 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4204 proto.h globals.h errors.h 4204 proto.h globals.h errors.h
4205 objects/gui_xmebw.o: gui_xmebw.c vim.h protodef.h auto/config.h feature.h \ 4205 objects/gui_xmebw.o: gui_xmebw.c vim.h protodef.h auto/config.h feature.h \
4206 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4206 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4207 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4207 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4208 proto.h globals.h errors.h gui_xmebwp.h gui_xmebw.h 4208 proto.h globals.h errors.h gui_xmebwp.h gui_xmebw.h
4209 objects/gui_athena.o: gui_athena.c vim.h protodef.h auto/config.h feature.h \ 4209 objects/gui_athena.o: gui_athena.c vim.h protodef.h auto/config.h feature.h \
4210 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4210 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4211 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4211 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4212 proto.h globals.h errors.h gui_at_sb.h gui_x11_pm.h \ 4212 proto.h globals.h errors.h gui_at_sb.h gui_x11_pm.h \
4213 ../pixmaps/tb_new.xpm ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm \ 4213 ../pixmaps/tb_new.xpm ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm \
4214 ../pixmaps/tb_save.xpm ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm \ 4214 ../pixmaps/tb_save.xpm ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm \
4215 ../pixmaps/tb_copy.xpm ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \ 4215 ../pixmaps/tb_copy.xpm ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \
4224 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \ 4224 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \
4225 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \ 4225 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \
4226 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \ 4226 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \
4227 ../pixmaps/tb_minwidth.xpm 4227 ../pixmaps/tb_minwidth.xpm
4228 objects/gui_gtk_x11.o: gui_gtk_x11.c vim.h protodef.h auto/config.h feature.h \ 4228 objects/gui_gtk_x11.o: gui_gtk_x11.c vim.h protodef.h auto/config.h feature.h \
4229 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4229 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4230 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4230 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4231 proto.h globals.h errors.h auto/gui_gtk_gresources.h gui_gtk_f.h \ 4231 proto.h globals.h errors.h auto/gui_gtk_gresources.h gui_gtk_f.h \
4232 ../runtime/vim32x32.xpm ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm 4232 ../runtime/vim32x32.xpm ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm
4233 objects/gui_x11.o: gui_x11.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4233 objects/gui_x11.o: gui_x11.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4234 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4234 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4235 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4235 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4236 proto.h globals.h errors.h ../runtime/vim32x32.xpm \ 4236 proto.h globals.h errors.h ../runtime/vim32x32.xpm \
4237 ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm 4237 ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm
4238 objects/gui_at_sb.o: gui_at_sb.c vim.h protodef.h auto/config.h feature.h \ 4238 objects/gui_at_sb.o: gui_at_sb.c vim.h protodef.h auto/config.h feature.h \
4239 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4239 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4240 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4240 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4241 proto.h globals.h errors.h gui_at_sb.h 4241 proto.h globals.h errors.h gui_at_sb.h
4242 objects/gui_at_fs.o: gui_at_fs.c vim.h protodef.h auto/config.h feature.h \ 4242 objects/gui_at_fs.o: gui_at_fs.c vim.h protodef.h auto/config.h feature.h \
4243 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4243 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4244 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4244 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4245 proto.h globals.h errors.h gui_at_sb.h 4245 proto.h globals.h errors.h gui_at_sb.h
4246 objects/gui_haiku.o: gui_haiku.cc vim.h protodef.h auto/config.h feature.h \ 4246 objects/gui_haiku.o: gui_haiku.cc vim.h protodef.h auto/config.h feature.h \
4247 os_unix.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4247 os_unix.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4248 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4248 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4249 proto.h globals.h errors.h version.h 4249 proto.h globals.h errors.h version.h
4250 objects/json_test.o: json_test.c main.c vim.h protodef.h auto/config.h feature.h \ 4250 objects/json_test.o: json_test.c main.c vim.h protodef.h auto/config.h feature.h \
4251 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4251 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4252 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4252 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4253 proto.h globals.h errors.h json.c 4253 proto.h globals.h errors.h json.c
4254 objects/kword_test.o: kword_test.c main.c vim.h protodef.h auto/config.h \ 4254 objects/kword_test.o: kword_test.c main.c vim.h protodef.h auto/config.h \
4255 feature.h os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h \ 4255 feature.h os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h \
4256 option.h beval.h proto/gui_beval.pro structs.h regexp.h gui.h alloc.h \ 4256 option.h beval.h proto/gui_beval.pro structs.h regexp.h gui.h alloc.h \
4257 ex_cmds.h spell.h proto.h globals.h errors.h charset.c 4257 ex_cmds.h spell.h proto.h globals.h errors.h charset.c
4258 objects/memfile_test.o: memfile_test.c main.c vim.h protodef.h auto/config.h \ 4258 objects/memfile_test.o: memfile_test.c main.c vim.h protodef.h auto/config.h \
4259 feature.h os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h \ 4259 feature.h os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h \
4260 option.h beval.h proto/gui_beval.pro structs.h regexp.h gui.h alloc.h \ 4260 option.h beval.h proto/gui_beval.pro structs.h regexp.h gui.h alloc.h \
4261 ex_cmds.h spell.h proto.h globals.h errors.h memfile.c 4261 ex_cmds.h spell.h proto.h globals.h errors.h memfile.c
4262 objects/message_test.o: message_test.c main.c vim.h protodef.h auto/config.h \ 4262 objects/message_test.o: message_test.c main.c vim.h protodef.h auto/config.h \
4263 feature.h os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h \ 4263 feature.h os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h \
4264 option.h beval.h proto/gui_beval.pro structs.h regexp.h gui.h alloc.h \ 4264 option.h beval.h proto/gui_beval.pro structs.h regexp.h gui.h alloc.h \
4265 ex_cmds.h spell.h proto.h globals.h errors.h message.c 4265 ex_cmds.h spell.h proto.h globals.h errors.h message.c
4266 objects/if_lua.o: if_lua.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4266 objects/if_lua.o: if_lua.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4267 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4267 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4268 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4268 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4269 proto.h globals.h errors.h version.h 4269 proto.h globals.h errors.h version.h
4270 objects/if_mzsch.o: if_mzsch.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4270 objects/if_mzsch.o: if_mzsch.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4271 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4271 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4272 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4272 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4273 proto.h globals.h errors.h if_mzsch.h 4273 proto.h globals.h errors.h if_mzsch.h
4274 objects/if_perl.o: auto/if_perl.c vim.h protodef.h auto/config.h feature.h \ 4274 objects/if_perl.o: auto/if_perl.c vim.h protodef.h auto/config.h feature.h \
4275 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4275 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4276 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4276 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4277 proto.h globals.h errors.h 4277 proto.h globals.h errors.h
4278 objects/if_perlsfio.o: if_perlsfio.c vim.h protodef.h auto/config.h feature.h \ 4278 objects/if_perlsfio.o: if_perlsfio.c vim.h protodef.h auto/config.h feature.h \
4279 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4279 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4280 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4280 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4281 proto.h globals.h errors.h 4281 proto.h globals.h errors.h
4282 objects/if_python.o: if_python.c vim.h protodef.h auto/config.h feature.h \ 4282 objects/if_python.o: if_python.c vim.h protodef.h auto/config.h feature.h \
4283 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4283 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4284 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4284 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4285 proto.h globals.h errors.h if_py_both.h 4285 proto.h globals.h errors.h if_py_both.h
4286 objects/if_python3.o: if_python3.c vim.h protodef.h auto/config.h feature.h \ 4286 objects/if_python3.o: if_python3.c vim.h protodef.h auto/config.h feature.h \
4287 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4287 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4288 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4288 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4289 proto.h globals.h errors.h if_py_both.h 4289 proto.h globals.h errors.h if_py_both.h
4290 objects/if_tcl.o: if_tcl.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4290 objects/if_tcl.o: if_tcl.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4291 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4291 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4292 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4292 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4293 proto.h globals.h errors.h 4293 proto.h globals.h errors.h
4294 objects/if_ruby.o: if_ruby.c protodef.h auto/config.h vim.h feature.h os_unix.h \ 4294 objects/if_ruby.o: if_ruby.c protodef.h auto/config.h vim.h feature.h os_unix.h \
4295 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4295 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4296 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4296 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4297 proto.h globals.h errors.h version.h 4297 proto.h globals.h errors.h version.h
4298 objects/gui_beval.o: gui_beval.c vim.h protodef.h auto/config.h feature.h \ 4298 objects/gui_beval.o: gui_beval.c vim.h protodef.h auto/config.h feature.h \
4299 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4299 os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4300 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4300 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4301 proto.h globals.h errors.h 4301 proto.h globals.h errors.h
4302 objects/netbeans.o: netbeans.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4302 objects/netbeans.o: netbeans.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4303 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4303 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4304 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4304 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4305 proto.h globals.h errors.h version.h 4305 proto.h globals.h errors.h version.h
4306 objects/job.o: job.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4306 objects/job.o: job.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4307 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4307 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4308 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4308 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4309 proto.h globals.h errors.h 4309 proto.h globals.h errors.h
4310 objects/channel.o: channel.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4310 objects/channel.o: channel.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4311 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4311 auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
4312 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4312 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4313 proto.h globals.h errors.h 4313 proto.h globals.h errors.h
4314 objects/gui_gtk_gresources.o: auto/gui_gtk_gresources.c 4314 objects/gui_gtk_gresources.o: auto/gui_gtk_gresources.c
4315 objects/vterm_encoding.o: libvterm/src/encoding.c libvterm/src/vterm_internal.h \ 4315 objects/vterm_encoding.o: libvterm/src/encoding.c libvterm/src/vterm_internal.h \
4316 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \ 4316 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \
4337 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \ 4337 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \
4338 libvterm/src/utf8.h 4338 libvterm/src/utf8.h
4339 objects/xdiffi.o: xdiff/xdiffi.c xdiff/xinclude.h auto/config.h \ 4339 objects/xdiffi.o: xdiff/xdiffi.c xdiff/xinclude.h auto/config.h \
4340 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \ 4340 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \
4341 auto/config.h feature.h os_unix.h \ 4341 auto/config.h feature.h os_unix.h \
4342 auto/osdef.h ascii.h keymap.h term.h \ 4342 auto/osdef.h ascii.h keymap.h termdefs.h \
4343 macros.h option.h beval.h proto/gui_beval.pro \ 4343 macros.h option.h beval.h proto/gui_beval.pro \
4344 structs.h regexp.h gui.h alloc.h \ 4344 structs.h regexp.h gui.h alloc.h \
4345 ex_cmds.h spell.h proto.h globals.h \ 4345 ex_cmds.h spell.h proto.h globals.h \
4346 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \ 4346 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \
4347 xdiff/xdiffi.h xdiff/xemit.h 4347 xdiff/xdiffi.h xdiff/xemit.h
4348 objects/xemit.o: xdiff/xemit.c xdiff/xinclude.h auto/config.h \ 4348 objects/xemit.o: xdiff/xemit.c xdiff/xinclude.h auto/config.h \
4349 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \ 4349 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \
4350 auto/config.h feature.h os_unix.h \ 4350 auto/config.h feature.h os_unix.h \
4351 auto/osdef.h ascii.h keymap.h term.h \ 4351 auto/osdef.h ascii.h keymap.h termdefs.h \
4352 macros.h option.h beval.h proto/gui_beval.pro \ 4352 macros.h option.h beval.h proto/gui_beval.pro \
4353 structs.h regexp.h gui.h alloc.h \ 4353 structs.h regexp.h gui.h alloc.h \
4354 ex_cmds.h spell.h proto.h globals.h \ 4354 ex_cmds.h spell.h proto.h globals.h \
4355 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \ 4355 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \
4356 xdiff/xdiffi.h xdiff/xemit.h 4356 xdiff/xdiffi.h xdiff/xemit.h
4357 objects/xprepare.o: xdiff/xprepare.c xdiff/xinclude.h auto/config.h \ 4357 objects/xprepare.o: xdiff/xprepare.c xdiff/xinclude.h auto/config.h \
4358 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \ 4358 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \
4359 auto/config.h feature.h os_unix.h \ 4359 auto/config.h feature.h os_unix.h \
4360 auto/osdef.h ascii.h keymap.h term.h \ 4360 auto/osdef.h ascii.h keymap.h termdefs.h \
4361 macros.h option.h beval.h proto/gui_beval.pro \ 4361 macros.h option.h beval.h proto/gui_beval.pro \
4362 structs.h regexp.h gui.h alloc.h \ 4362 structs.h regexp.h gui.h alloc.h \
4363 ex_cmds.h spell.h proto.h globals.h \ 4363 ex_cmds.h spell.h proto.h globals.h \
4364 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \ 4364 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \
4365 xdiff/xdiffi.h xdiff/xemit.h 4365 xdiff/xdiffi.h xdiff/xemit.h
4366 objects/xutils.o: xdiff/xutils.c xdiff/xinclude.h auto/config.h \ 4366 objects/xutils.o: xdiff/xutils.c xdiff/xinclude.h auto/config.h \
4367 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \ 4367 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \
4368 auto/config.h feature.h os_unix.h \ 4368 auto/config.h feature.h os_unix.h \
4369 auto/osdef.h ascii.h keymap.h term.h \ 4369 auto/osdef.h ascii.h keymap.h termdefs.h \
4370 macros.h option.h beval.h proto/gui_beval.pro \ 4370 macros.h option.h beval.h proto/gui_beval.pro \
4371 structs.h regexp.h gui.h alloc.h \ 4371 structs.h regexp.h gui.h alloc.h \
4372 ex_cmds.h spell.h proto.h globals.h \ 4372 ex_cmds.h spell.h proto.h globals.h \
4373 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \ 4373 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \
4374 xdiff/xdiffi.h xdiff/xemit.h 4374 xdiff/xdiffi.h xdiff/xemit.h
4375 objects/xhistogram.o: xdiff/xhistogram.c xdiff/xinclude.h auto/config.h \ 4375 objects/xhistogram.o: xdiff/xhistogram.c xdiff/xinclude.h auto/config.h \
4376 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \ 4376 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \
4377 auto/config.h feature.h os_unix.h \ 4377 auto/config.h feature.h os_unix.h \
4378 auto/osdef.h ascii.h keymap.h term.h \ 4378 auto/osdef.h ascii.h keymap.h termdefs.h \
4379 macros.h option.h beval.h proto/gui_beval.pro \ 4379 macros.h option.h beval.h proto/gui_beval.pro \
4380 structs.h regexp.h gui.h alloc.h \ 4380 structs.h regexp.h gui.h alloc.h \
4381 ex_cmds.h spell.h proto.h globals.h \ 4381 ex_cmds.h spell.h proto.h globals.h \
4382 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \ 4382 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \
4383 xdiff/xdiffi.h xdiff/xemit.h 4383 xdiff/xdiffi.h xdiff/xemit.h
4384 objects/xpatience.o: xdiff/xpatience.c xdiff/xinclude.h auto/config.h \ 4384 objects/xpatience.o: xdiff/xpatience.c xdiff/xinclude.h auto/config.h \
4385 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \ 4385 xdiff/xmacros.h xdiff/xdiff.h vim.h protodef.h \
4386 auto/config.h feature.h os_unix.h \ 4386 auto/config.h feature.h os_unix.h \
4387 auto/osdef.h ascii.h keymap.h term.h \ 4387 auto/osdef.h ascii.h keymap.h termdefs.h \
4388 macros.h option.h beval.h proto/gui_beval.pro \ 4388 macros.h option.h beval.h proto/gui_beval.pro \
4389 structs.h regexp.h gui.h alloc.h \ 4389 structs.h regexp.h gui.h alloc.h \
4390 ex_cmds.h spell.h proto.h globals.h \ 4390 ex_cmds.h spell.h proto.h globals.h \
4391 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \ 4391 errors.h xdiff/xtypes.h xdiff/xutils.h xdiff/xprepare.h \
4392 xdiff/xdiffi.h xdiff/xemit.h 4392 xdiff/xdiffi.h xdiff/xemit.h