comparison src/Make_vms.mms @ 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 bb1097899693
children 4b23672d1f0e
comparison
equal deleted inserted replaced
26176:16e7f5c5ad54 26177:13e09dc59f0f
1 # 1 #
2 # Makefile for Vim on OpenVMS 2 # Makefile for Vim on OpenVMS
3 # 3 #
4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com> 4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
5 # Last change: 2021 Jan 04 5 # Last change: 2021 Nov 19
6 # 6 #
7 # This script has been tested on VMS 6.2 to 8.4 on DEC Alpha, VAX and IA64 7 # This script has been tested on VMS 6.2 to 8.4 on DEC Alpha, VAX and IA64
8 # with MMS and MMK 8 # with MMS and MMK
9 # 9 #
10 # The following could be built: 10 # The following could be built:
739 lua_env : 739 lua_env :
740 -@ ! 740 -@ !
741 .ENDIF 741 .ENDIF
742 742
743 alloc.obj : alloc.c vim.h [.auto]config.h feature.h os_unix.h \ 743 alloc.obj : alloc.c vim.h [.auto]config.h feature.h os_unix.h \
744 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 744 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
745 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 745 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
746 arabic.obj : arabic.c vim.h 746 arabic.obj : arabic.c vim.h
747 arglist.obj : arglist.c vim.h [.auto]config.h feature.h os_unix.h 747 arglist.obj : arglist.c vim.h [.auto]config.h feature.h os_unix.h
748 autocmd.obj : autocmd.c vim.h [.auto]config.h feature.h os_unix.h 748 autocmd.obj : autocmd.c vim.h [.auto]config.h feature.h os_unix.h
749 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h 749 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h
750 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h 750 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h
751 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \ 751 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
752 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 752 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
753 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 753 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
754 errors.h globals.h version.h 754 errors.h globals.h version.h
755 bufwrite.obj : bufwrite.c vim.h [.auto]config.h feature.h os_unix.h \ 755 bufwrite.obj : bufwrite.c vim.h [.auto]config.h feature.h os_unix.h \
756 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 756 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
757 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 757 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
758 errors.h globals.h 758 errors.h globals.h
759 change.obj : change.c vim.h [.auto]config.h feature.h os_unix.h \ 759 change.obj : change.c vim.h [.auto]config.h feature.h os_unix.h \
760 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 760 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
761 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 761 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
762 errors.h globals.h 762 errors.h globals.h
763 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \ 763 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
764 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 764 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
765 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 765 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
766 errors.h globals.h 766 errors.h globals.h
767 cindent.obj : cindent.c vim.h [.auto]config.h feature.h os_unix.h \ 767 cindent.obj : cindent.c vim.h [.auto]config.h feature.h os_unix.h \
768 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 768 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
769 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 769 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
770 errors.h globals.h 770 errors.h globals.h
771 clientserver.obj : clientserver.c vim.h [.auto]config.h feature.h os_unix.h \ 771 clientserver.obj : clientserver.c vim.h [.auto]config.h feature.h os_unix.h \
772 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 772 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
773 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 773 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
774 errors.h globals.h 774 errors.h globals.h
775 clipboard.obj : clipboard.c vim.h [.auto]config.h feature.h os_unix.h \ 775 clipboard.obj : clipboard.c vim.h [.auto]config.h feature.h os_unix.h \
776 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 776 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
777 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 777 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
778 errors.h globals.h 778 errors.h globals.h
779 cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \ 779 cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \
780 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 780 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
781 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 781 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
782 errors.h globals.h 782 errors.h globals.h
783 cmdhist.obj : cmdhist.c vim.h [.auto]config.h feature.h os_unix.h \ 783 cmdhist.obj : cmdhist.c vim.h [.auto]config.h feature.h os_unix.h \
784 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 784 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
785 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 785 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
786 errors.h globals.h 786 errors.h globals.h
787 crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \ 787 crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \
788 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 788 ascii.h keymap.h termdefs.h macros.h option.h structs.h regexp.h gui.h \
789 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 789 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
790 errors.h globals.h 790 errors.h globals.h
791 crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \ 791 crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \
792 ascii.h keymap.h term.h macros.h option.h structs.h \ 792 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
793 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 793 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
794 proto.h errors.h globals.h 794 proto.h errors.h globals.h
795 debugger.obj : debugger.c vim.h [.auto]config.h feature.h os_unix.h \ 795 debugger.obj : debugger.c vim.h [.auto]config.h feature.h os_unix.h \
796 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 796 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
797 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 797 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
798 errors.h globals.h 798 errors.h globals.h
799 dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \ 799 dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \
800 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 800 ascii.h keymap.h termdefs.h macros.h option.h structs.h regexp.h gui.h \
801 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 801 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
802 errors.h globals.h 802 errors.h globals.h
803 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \ 803 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
804 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 804 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
805 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 805 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
806 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \ 806 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
807 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 807 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
808 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 808 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
809 errors.h globals.h 809 errors.h globals.h
810 drawline.obj : drawline.c vim.h [.auto]config.h feature.h os_unix.h \ 810 drawline.obj : drawline.c vim.h [.auto]config.h feature.h os_unix.h \
811 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 811 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
812 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 812 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
813 errors.h globals.h 813 errors.h globals.h
814 drawscreen.obj : drawscreen.c vim.h [.auto]config.h feature.h os_unix.h \ 814 drawscreen.obj : drawscreen.c vim.h [.auto]config.h feature.h os_unix.h \
815 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 815 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
816 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 816 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
817 errors.h globals.h 817 errors.h globals.h
818 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \ 818 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \
819 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 819 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
820 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 820 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
821 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \ 821 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
822 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 822 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
823 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 823 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
824 evalbuffer.obj : evalbuffer.c vim.h [.auto]config.h feature.h os_unix.h \ 824 evalbuffer.obj : evalbuffer.c vim.h [.auto]config.h feature.h os_unix.h \
825 ascii.h keymap.h term.h macros.h option.h structs.h \ 825 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
826 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 826 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
827 proto.h errors.h globals.h 827 proto.h errors.h globals.h
828 evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \ 828 evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \
829 ascii.h keymap.h term.h macros.h option.h structs.h \ 829 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
830 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 830 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
831 proto.h errors.h globals.h version.h 831 proto.h errors.h globals.h version.h
832 evalvars.obj : evalvars.c vim.h [.auto]config.h feature.h os_unix.h \ 832 evalvars.obj : evalvars.c vim.h [.auto]config.h feature.h os_unix.h \
833 ascii.h keymap.h term.h macros.h option.h structs.h \ 833 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
834 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 834 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
835 proto.h errors.h globals.h version.h 835 proto.h errors.h globals.h version.h
836 evalwindow.obj : evalwindow.c vim.h [.auto]config.h feature.h os_unix.h \ 836 evalwindow.obj : evalwindow.c vim.h [.auto]config.h feature.h os_unix.h \
837 ascii.h keymap.h term.h macros.h option.h structs.h \ 837 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
838 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 838 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
839 proto.h errors.h globals.h 839 proto.h errors.h globals.h
840 ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \ 840 ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \
841 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 841 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
842 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 842 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
843 errors.h globals.h version.h 843 errors.h globals.h version.h
844 ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \ 844 ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \
845 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 845 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
846 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 846 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
847 errors.h globals.h version.h 847 errors.h globals.h version.h
848 ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \ 848 ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \
849 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 849 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
850 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 850 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
851 errors.h globals.h ex_cmdidxs.h 851 errors.h globals.h ex_cmdidxs.h
852 ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \ 852 ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \
853 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 853 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
854 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 854 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
855 errors.h globals.h 855 errors.h globals.h
856 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \ 856 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \
857 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 857 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
858 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 858 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
859 errors.h globals.h 859 errors.h globals.h
860 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \ 860 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \
861 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 861 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
862 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 862 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
863 errors.h globals.h 863 errors.h globals.h
864 filepath.obj : filepath.c vim.h [.auto]config.h feature.h os_unix.h \ 864 filepath.obj : filepath.c vim.h [.auto]config.h feature.h os_unix.h \
865 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 865 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
866 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 866 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
867 errors.h globals.h 867 errors.h globals.h
868 findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \ 868 findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \
869 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 869 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
870 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 870 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
871 errors.h globals.h 871 errors.h globals.h
872 float.obj : float.c vim.h [.auto]config.h feature.h os_unix.h \ 872 float.obj : float.c vim.h [.auto]config.h feature.h os_unix.h \
873 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 873 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
874 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 874 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
875 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ 875 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
876 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 876 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
877 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 877 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
878 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \ 878 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
879 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 879 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
880 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 880 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
881 errors.h globals.h 881 errors.h globals.h
882 gui_xim.obj : gui_xim.c vim.h [.auto]config.h feature.h os_unix.h \ 882 gui_xim.obj : gui_xim.c vim.h [.auto]config.h feature.h os_unix.h \
883 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 883 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
884 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 884 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
885 errors.h globals.h 885 errors.h globals.h
886 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \ 886 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
887 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 887 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
888 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 888 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
889 errors.h globals.h version.h 889 errors.h globals.h version.h
890 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \ 890 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \
891 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 891 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
892 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 892 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
893 errors.h globals.h 893 errors.h globals.h
894 help.obj : help.c vim.h [.auto]config.h feature.h os_unix.h \ 894 help.obj : help.c vim.h [.auto]config.h feature.h os_unix.h \
895 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 895 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
896 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 896 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
897 errors.h globals.h 897 errors.h globals.h
898 highlight.obj : highlight.c vim.h [.auto]config.h feature.h os_unix.h \ 898 highlight.obj : highlight.c vim.h [.auto]config.h feature.h os_unix.h \
899 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 899 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
900 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 900 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
901 errors.h globals.h 901 errors.h globals.h
902 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \ 902 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
903 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 903 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
904 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 904 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
905 errors.h globals.h if_cscope.h 905 errors.h globals.h if_cscope.h
906 if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \ 906 if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \
907 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 907 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
908 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 908 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
909 errors.h globals.h version.h 909 errors.h globals.h version.h
910 if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \ 910 if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \
911 ascii.h keymap.h term.h macros.h option.h structs.h \ 911 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
912 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \ 912 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \
913 errors.h globals.h if_mzsch.h 913 errors.h globals.h if_mzsch.h
914 indent.obj : indent.c vim.h [.auto]config.h feature.h os_unix.h 914 indent.obj : indent.c vim.h [.auto]config.h feature.h os_unix.h
915 insexpand.obj : insexpand.c vim.h [.auto]config.h feature.h os_unix.h 915 insexpand.obj : insexpand.c vim.h [.auto]config.h feature.h os_unix.h
916 json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \ 916 json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \
917 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 917 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
918 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 918 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
919 list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \ 919 list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \
920 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 920 ascii.h keymap.h termdefs.h macros.h option.h structs.h regexp.h gui.h \
921 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 921 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
922 errors.h globals.h 922 errors.h globals.h
923 locale.obj : locale.c vim.h [.auto]config.h feature.h os_unix.h \ 923 locale.obj : locale.c vim.h [.auto]config.h feature.h os_unix.h \
924 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 924 ascii.h keymap.h termdefs.h macros.h option.h structs.h regexp.h gui.h \
925 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 925 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
926 errors.h globals.h 926 errors.h globals.h
927 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \ 927 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \
928 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 928 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
929 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h \ 929 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h \
930 arabic.c 930 arabic.c
931 map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \ 931 map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \
932 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 932 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
933 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 933 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
934 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \ 934 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \
935 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 935 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
936 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 936 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
937 match.obj : match.c vim.h [.auto]config.h feature.h os_unix.h \ 937 match.obj : match.c vim.h [.auto]config.h feature.h os_unix.h \
938 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 938 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
939 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 939 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
940 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \ 940 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \
941 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 941 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
942 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 942 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
943 errors.h globals.h 943 errors.h globals.h
944 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \ 944 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \
945 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 945 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
946 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 946 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
947 errors.h globals.h 947 errors.h globals.h
948 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \ 948 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \
949 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 949 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
950 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 950 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
951 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \ 951 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \
952 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 952 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
953 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 953 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
954 errors.h globals.h 954 errors.h globals.h
955 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \ 955 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \
956 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 956 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
957 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h \ 957 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h \
958 version.h 958 version.h
959 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \ 959 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \
960 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 960 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
961 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 961 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
962 mouse.obj : mouse.c vim.h [.auto]config.h feature.h os_unix.h \ 962 mouse.obj : mouse.c vim.h [.auto]config.h feature.h os_unix.h \
963 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 963 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
964 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 964 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
965 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \ 965 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \
966 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 966 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
967 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 967 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
968 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \ 968 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \
969 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 969 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
970 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 970 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
971 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \ 971 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \
972 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 972 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
973 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 973 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
974 errors.h globals.h 974 errors.h globals.h
975 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \ 975 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \
976 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 976 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
977 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 977 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
978 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \ 978 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
979 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 979 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
980 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 980 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
981 errors.h globals.h optiondefs.h 981 errors.h globals.h optiondefs.h
982 optionstr.obj : optionstr.c vim.h [.auto]config.h feature.h os_unix.h \ 982 optionstr.obj : optionstr.c vim.h [.auto]config.h feature.h os_unix.h \
983 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 983 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
984 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 984 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
985 errors.h globals.h 985 errors.h globals.h
986 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \ 986 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \
987 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 987 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
988 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 988 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
989 errors.h globals.h os_unixx.h 989 errors.h globals.h os_unixx.h
990 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \ 990 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \
991 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 991 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
992 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 992 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
993 errors.h globals.h os_unixx.h 993 errors.h globals.h os_unixx.h
994 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \ 994 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \
995 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 995 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
996 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 996 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
997 errors.h globals.h 997 errors.h globals.h
998 popupmenu.obj : popupmenu.c vim.h [.auto]config.h feature.h os_unix.h \ 998 popupmenu.obj : popupmenu.c vim.h [.auto]config.h feature.h os_unix.h \
999 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 999 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1000 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1000 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1001 errors.h globals.h 1001 errors.h globals.h
1002 popupwin.obj : popupwin.c vim.h [.auto]config.h feature.h os_unix.h \ 1002 popupwin.obj : popupwin.c vim.h [.auto]config.h feature.h os_unix.h \
1003 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1003 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1004 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1004 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1005 errors.h globals.h 1005 errors.h globals.h
1006 profiler.obj : profiler.c vim.h [.auto]config.h feature.h os_unix.h \ 1006 profiler.obj : profiler.c vim.h [.auto]config.h feature.h os_unix.h \
1007 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1007 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1008 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1008 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1009 errors.h globals.h 1009 errors.h globals.h
1010 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \ 1010 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \
1011 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1011 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1012 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1012 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1013 errors.h globals.h 1013 errors.h globals.h
1014 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \ 1014 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
1015 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1015 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1016 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1016 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1017 errors.h globals.h 1017 errors.h globals.h
1018 register.obj : register.c vim.h [.auto]config.h feature.h os_unix.h \ 1018 register.obj : register.c vim.h [.auto]config.h feature.h os_unix.h \
1019 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1019 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1020 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1020 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1021 errors.h globals.h 1021 errors.h globals.h
1022 scriptfile.obj : scriptfile.c vim.h [.auto]config.h feature.h os_unix.h \ 1022 scriptfile.obj : scriptfile.c vim.h [.auto]config.h feature.h os_unix.h \
1023 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1023 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1024 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1024 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1025 errors.h globals.h 1025 errors.h globals.h
1026 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \ 1026 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \
1027 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1027 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1028 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1028 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1029 errors.h globals.h 1029 errors.h globals.h
1030 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \ 1030 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \
1031 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1031 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1032 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1032 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1033 errors.h globals.h 1033 errors.h globals.h
1034 session.obj : session.c vim.h [.auto]config.h feature.h os_unix.h \ 1034 session.obj : session.c vim.h [.auto]config.h feature.h os_unix.h \
1035 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1035 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1036 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1036 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1037 errors.h globals.h 1037 errors.h globals.h
1038 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \ 1038 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \
1039 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 1039 ascii.h keymap.h termdefs.h macros.h option.h structs.h regexp.h gui.h \
1040 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 1040 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
1041 errors.h globals.h 1041 errors.h globals.h
1042 sign.obj : sign.c vim.h [.auto]config.h feature.h os_unix.h \ 1042 sign.obj : sign.c vim.h [.auto]config.h feature.h os_unix.h \
1043 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 1043 ascii.h keymap.h termdefs.h macros.h option.h structs.h regexp.h gui.h \
1044 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 1044 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
1045 errors.h globals.h 1045 errors.h globals.h
1046 spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \ 1046 spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \
1047 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1047 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1048 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1048 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1049 errors.h globals.h 1049 errors.h globals.h
1050 spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \ 1050 spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \
1051 ascii.h keymap.h term.h macros.h option.h structs.h \ 1051 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
1052 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 1052 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
1053 proto.h errors.h globals.h 1053 proto.h errors.h globals.h
1054 spellsuggest.obj : spellsuggest.c vim.h [.auto]config.h feature.h os_unix.h \ 1054 spellsuggest.obj : spellsuggest.c vim.h [.auto]config.h feature.h os_unix.h \
1055 ascii.h keymap.h term.h macros.h option.h structs.h \ 1055 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
1056 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 1056 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
1057 proto.h errors.h globals.h 1057 proto.h errors.h globals.h
1058 strings.obj : strings.c vim.h [.auto]config.h feature.h os_unix.h \ 1058 strings.obj : strings.c vim.h [.auto]config.h feature.h os_unix.h \
1059 ascii.h keymap.h term.h macros.h option.h structs.h \ 1059 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
1060 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 1060 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
1061 proto.h errors.h globals.h 1061 proto.h errors.h globals.h
1062 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \ 1062 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
1063 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1063 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1064 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1064 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1065 errors.h globals.h 1065 errors.h globals.h
1066 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \ 1066 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \
1067 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1067 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1068 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1068 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1069 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \ 1069 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \
1070 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1070 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1071 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1071 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1072 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \ 1072 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \
1073 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1073 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1074 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1074 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1075 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \ 1075 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \
1076 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1076 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1077 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1077 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1078 textformat.obj : textformat.c vim.h [.auto]config.h feature.h os_unix.h \ 1078 textformat.obj : textformat.c vim.h [.auto]config.h feature.h os_unix.h \
1079 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1079 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1080 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1080 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1081 textobject.obj : textobject.c vim.h [.auto]config.h feature.h os_unix.h \ 1081 textobject.obj : textobject.c vim.h [.auto]config.h feature.h os_unix.h \
1082 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1082 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1083 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1083 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1084 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \ 1084 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
1085 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1085 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1086 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1086 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1087 time.obj : time.c vim.h [.auto]config.h feature.h os_unix.h \ 1087 time.obj : time.c vim.h [.auto]config.h feature.h os_unix.h \
1088 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1088 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1089 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1089 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1090 typval.obj : typval.c vim.h [.auto]config.h feature.h os_unix.h \ 1090 typval.obj : typval.c vim.h [.auto]config.h feature.h os_unix.h \
1091 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1091 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1092 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1092 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1093 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \ 1093 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
1094 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1094 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1095 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1095 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1096 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \ 1096 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \
1097 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1097 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1098 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1098 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1099 usercmd.obj : usercmd.c vim.h [.auto]config.h feature.h os_unix.h \ 1099 usercmd.obj : usercmd.c vim.h [.auto]config.h feature.h os_unix.h \
1100 ascii.h keymap.h term.h macros.h option.h structs.h \ 1100 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
1101 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 1101 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
1102 proto.h errors.h globals.h 1102 proto.h errors.h globals.h
1103 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \ 1103 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \
1104 ascii.h keymap.h term.h macros.h option.h structs.h \ 1104 ascii.h keymap.h termdefs.h macros.h option.h structs.h \
1105 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 1105 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
1106 proto.h errors.h globals.h 1106 proto.h errors.h globals.h
1107 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \ 1107 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
1108 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1108 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1109 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1109 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1110 errors.h globals.h version.h 1110 errors.h globals.h version.h
1111 viminfo.obj : viminfo.c vim.h [.auto]config.h feature.h os_unix.h \ 1111 viminfo.obj : viminfo.c vim.h [.auto]config.h feature.h os_unix.h \
1112 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1112 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1113 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1113 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1114 errors.h globals.h version.h 1114 errors.h globals.h version.h
1115 vim9compile.obj : vim9compile.c vim.h [.auto]config.h feature.h os_unix.h \ 1115 vim9compile.obj : vim9compile.c vim.h [.auto]config.h feature.h os_unix.h \
1116 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1116 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1117 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1117 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1118 errors.h globals.h version.h 1118 errors.h globals.h version.h
1119 vim9execute.obj : vim9execute.c vim.h [.auto]config.h feature.h os_unix.h \ 1119 vim9execute.obj : vim9execute.c vim.h [.auto]config.h feature.h os_unix.h \
1120 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1120 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1121 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1121 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1122 errors.h globals.h version.h 1122 errors.h globals.h version.h
1123 vim9script.obj : vim9script.c vim.h [.auto]config.h feature.h os_unix.h \ 1123 vim9script.obj : vim9script.c vim.h [.auto]config.h feature.h os_unix.h \
1124 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1124 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1125 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1125 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1126 errors.h globals.h version.h 1126 errors.h globals.h version.h
1127 vim9type.obj : vim9type.c vim.h [.auto]config.h feature.h os_unix.h \ 1127 vim9type.obj : vim9type.c vim.h [.auto]config.h feature.h os_unix.h \
1128 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1128 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1129 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1129 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1130 errors.h globals.h version.h 1130 errors.h globals.h version.h
1131 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \ 1131 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \
1132 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1132 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1133 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1133 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1134 errors.h globals.h 1134 errors.h globals.h
1135 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \ 1135 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \
1136 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1136 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1137 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1137 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1138 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \ 1138 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \
1139 os_unix.h ascii.h keymap.h term.h macros.h structs.h \ 1139 os_unix.h ascii.h keymap.h termdefs.h macros.h structs.h \
1140 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \ 1140 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
1141 proto.h errors.h globals.h [-.pixmaps]stock_icons.h 1141 proto.h errors.h globals.h [-.pixmaps]stock_icons.h
1142 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \ 1142 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \
1143 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1143 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1144 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1144 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1145 errors.h globals.h gui_gtk_f.h 1145 errors.h globals.h gui_gtk_f.h
1146 gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \ 1146 gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \
1147 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1147 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1148 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1148 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1149 errors.h globals.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \ 1149 errors.h globals.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \
1150 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm 1150 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm
1151 gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \ 1151 gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \
1152 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1152 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1153 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1153 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1154 errors.h globals.h gui_at_sb.h 1154 errors.h globals.h gui_at_sb.h
1155 gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \ 1155 gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \
1156 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1156 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1157 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1157 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1158 errors.h globals.h gui_gtk_f.h [-.runtime]vim32x32.xpm \ 1158 errors.h globals.h gui_gtk_f.h [-.runtime]vim32x32.xpm \
1159 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm version.h 1159 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm version.h
1160 gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \ 1160 gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \
1161 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1161 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1162 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1162 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1163 errors.h globals.h [-.runtime]vim32x32.xpm \ 1163 errors.h globals.h [-.runtime]vim32x32.xpm \
1164 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \ 1164 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \
1165 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \ 1165 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \
1166 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \ 1166 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \
1176 [-.pixmaps]tb_split.xpm [-.pixmaps]tb_minimize.xpm \ 1176 [-.pixmaps]tb_split.xpm [-.pixmaps]tb_minimize.xpm \
1177 [-.pixmaps]tb_shell.xpm [-.pixmaps]tb_replace.xpm \ 1177 [-.pixmaps]tb_shell.xpm [-.pixmaps]tb_replace.xpm \
1178 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \ 1178 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \
1179 [-.pixmaps]tb_minwidth.xpm 1179 [-.pixmaps]tb_minwidth.xpm
1180 gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \ 1180 gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \
1181 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1181 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1182 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1182 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1183 errors.h globals.h gui_at_sb.h 1183 errors.h globals.h gui_at_sb.h
1184 gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \ 1184 gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \
1185 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1185 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1186 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1186 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1187 errors.h globals.h gui_at_sb.h 1187 errors.h globals.h gui_at_sb.h
1188 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \ 1188 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \
1189 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1189 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
1190 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 1190 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
1191 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \ 1191 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \
1192 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1192 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1193 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1193 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1194 errors.h globals.h 1194 errors.h globals.h
1195 if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \ 1195 if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \
1196 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1196 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1197 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1197 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1198 errors.h globals.h 1198 errors.h globals.h
1199 if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \ 1199 if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \
1200 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1200 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1201 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1201 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1202 errors.h globals.h 1202 errors.h globals.h
1203 if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \ 1203 if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \
1204 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1204 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1205 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1205 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1206 errors.h globals.h 1206 errors.h globals.h
1207 if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \ 1207 if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \
1208 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1208 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1209 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1209 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1210 errors.h globals.h version.h 1210 errors.h globals.h version.h
1211 if_lua.obj : if_lua.c vim.h [.auto]config.h feature.h os_unix.h \ 1211 if_lua.obj : if_lua.c vim.h [.auto]config.h feature.h os_unix.h \
1212 errors.h globals.h version.h 1212 errors.h globals.h version.h
1213 beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \ 1213 beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \
1214 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1214 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1215 gui.h beval.h option.h ex_cmds.h proto.h \ 1215 gui.h beval.h option.h ex_cmds.h proto.h \
1216 errors.h globals.h 1216 errors.h globals.h
1217 gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \ 1217 gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \
1218 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1218 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1219 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1219 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1220 errors.h globals.h 1220 errors.h globals.h
1221 netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \ 1221 netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \
1222 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1222 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
1223 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1223 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1224 errors.h globals.h version.h 1224 errors.h globals.h version.h
1225 gui_xmdlg.obj : gui_xmdlg.c [.auto]config.h vim.h feature.h os_unix.h 1225 gui_xmdlg.obj : gui_xmdlg.c [.auto]config.h vim.h feature.h os_unix.h
1226 gui_xmebw.obj : gui_xmebw.c [.auto]config.h vim.h feature.h os_unix.h 1226 gui_xmebw.obj : gui_xmebw.c [.auto]config.h vim.h feature.h os_unix.h
1227 xdiffi.obj : [.xdiff]xdiffi.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h 1227 xdiffi.obj : [.xdiff]xdiffi.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h