comparison src/Make_vms.mms @ 15850:a6ca8cf07a98 v8.1.0932

patch 8.1.0932: Farsi support is outdated and unused commit https://github.com/vim/vim/commit/14184a3133b9a6ee5f711d493c04e41ba4fa7c2f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 16 15:10:30 2019 +0100 patch 8.1.0932: Farsi support is outdated and unused Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Feb 2019 15:15:07 +0100
parents 99ebf78686a9
children 8c160339de22
comparison
equal deleted inserted replaced
15849:c478f5603556 15850:a6ca8cf07a98
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: 2019 Jan 18 5 # Last change: 2019 Feb 16
6 # 6 #
7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64 7 # This has script been tested on VMS 6.2 to 8.2 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:
313 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB) 313 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB)
314 314
315 SRC = arabic.c autocmd.c beval.c blob.c blowfish.c buffer.c charset.c \ 315 SRC = arabic.c autocmd.c beval.c blob.c blowfish.c buffer.c charset.c \
316 crypt.c crypt_zip.c dict.c diff.c digraph.c edit.c eval.c evalfunc.c \ 316 crypt.c crypt_zip.c dict.c diff.c digraph.c edit.c eval.c evalfunc.c \
317 ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c if_cscope.c \ 317 ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c if_cscope.c \
318 if_xcmdsrv.c farsi.c fileio.c findfile.c fold.c getchar.c hardcopy.c \ 318 if_xcmdsrv.c fileio.c findfile.c fold.c getchar.c hardcopy.c \
319 hashtab.c indent.c json.c list.c main.c mark.c menu.c mbyte.c \ 319 hashtab.c indent.c json.c list.c main.c mark.c menu.c mbyte.c \
320 memfile.c memline.c message.c misc1.c misc2.c move.c normal.c ops.c \ 320 memfile.c memline.c message.c misc1.c misc2.c move.c normal.c ops.c \
321 option.c popupmnu.c quickfix.c regexp.c search.c sha256.c sign.c \ 321 option.c popupmnu.c quickfix.c regexp.c search.c sha256.c sign.c \
322 spell.c spellfile.c syntax.c tag.c term.c termlib.c textprop.c ui.c \ 322 spell.c spellfile.c syntax.c tag.c term.c termlib.c textprop.c ui.c \
323 undo.c userfunc.c version.c screen.c window.c os_unix.c os_vms.c \ 323 undo.c userfunc.c version.c screen.c window.c os_unix.c os_vms.c \
326 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC) 326 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC)
327 327
328 OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj \ 328 OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj \
329 charset.obj crypt.obj crypt_zip.obj dict.obj diff.obj digraph.obj \ 329 charset.obj crypt.obj crypt_zip.obj dict.obj diff.obj digraph.obj \
330 edit.obj eval.obj evalfunc.obj ex_cmds.obj ex_cmds2.obj ex_docmd.obj \ 330 edit.obj eval.obj evalfunc.obj ex_cmds.obj ex_cmds2.obj ex_docmd.obj \
331 ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj farsi.obj \ 331 ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \
332 fileio.obj findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \ 332 fileio.obj findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
333 indent.obj json.obj list.obj main.obj mark.obj menu.obj memfile.obj \ 333 indent.obj json.obj list.obj main.obj mark.obj menu.obj memfile.obj \
334 memline.obj message.obj misc1.obj misc2.obj move.obj mbyte.obj \ 334 memline.obj message.obj misc1.obj misc2.obj move.obj mbyte.obj \
335 normal.obj ops.obj option.obj popupmnu.obj quickfix.obj regexp.obj \ 335 normal.obj ops.obj option.obj popupmnu.obj quickfix.obj regexp.obj \
336 search.obj sha256.obj sign.obj spell.obj spellfile.obj syntax.obj \ 336 search.obj sha256.obj sign.obj spell.obj spellfile.obj syntax.obj \
512 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h 512 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h
513 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h 513 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h
514 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \ 514 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
515 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 515 ascii.h keymap.h term.h macros.h structs.h regexp.h \
516 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 516 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
517 globals.h farsi.h arabic.h version.h 517 globals.h arabic.h version.h
518 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \ 518 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
519 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 519 ascii.h keymap.h term.h macros.h structs.h regexp.h \
520 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 520 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
521 globals.h farsi.h arabic.h 521 globals.h arabic.h
522 crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \ 522 crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \
523 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 523 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
524 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 524 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
525 globals.h farsi.h arabic.h 525 globals.h arabic.h
526 crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \ 526 crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \
527 ascii.h keymap.h term.h macros.h option.h structs.h \ 527 ascii.h keymap.h term.h macros.h option.h structs.h \
528 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 528 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
529 proto.h globals.h farsi.h arabic.h 529 proto.h globals.h arabic.h
530 dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \ 530 dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \
531 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 531 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
532 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 532 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
533 globals.h farsi.h arabic.h 533 globals.h arabic.h
534 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \ 534 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
535 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 535 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
536 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 536 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
537 arabic.h 537 arabic.h
538 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \ 538 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
539 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 539 ascii.h keymap.h term.h macros.h structs.h regexp.h \
540 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 540 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
541 globals.h farsi.h arabic.h 541 globals.h arabic.h
542 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \ 542 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \
543 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 543 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
544 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 544 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
545 arabic.h 545 arabic.h
546 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \ 546 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
547 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 547 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
548 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 548 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
549 arabic.h version.h 549 arabic.h version.h
550 evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \ 550 evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \
551 ascii.h keymap.h term.h macros.h option.h structs.h \ 551 ascii.h keymap.h term.h macros.h option.h structs.h \
552 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 552 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
553 proto.h globals.h farsi.h arabic.h version.h 553 proto.h globals.h arabic.h version.h
554 ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \ 554 ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \
555 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 555 ascii.h keymap.h term.h macros.h structs.h regexp.h \
556 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 556 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
557 globals.h farsi.h arabic.h version.h 557 globals.h arabic.h version.h
558 ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \ 558 ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \
559 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 559 ascii.h keymap.h term.h macros.h structs.h regexp.h \
560 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 560 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
561 globals.h farsi.h arabic.h version.h 561 globals.h arabic.h version.h
562 ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \ 562 ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \
563 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 563 ascii.h keymap.h term.h macros.h structs.h regexp.h \
564 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 564 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
565 globals.h farsi.h arabic.h 565 globals.h arabic.h
566 ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \ 566 ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \
567 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 567 ascii.h keymap.h term.h macros.h structs.h regexp.h \
568 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 568 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
569 globals.h farsi.h arabic.h 569 globals.h arabic.h
570 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \ 570 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \
571 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 571 ascii.h keymap.h term.h macros.h structs.h regexp.h \
572 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 572 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
573 globals.h farsi.h arabic.h 573 globals.h arabic.h
574 farsi.obj : farsi.c vim.h
575 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \ 574 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \
576 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 575 ascii.h keymap.h term.h macros.h structs.h regexp.h \
577 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 576 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
578 globals.h farsi.h arabic.h 577 globals.h arabic.h
579 findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \ 578 findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \
580 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 579 ascii.h keymap.h term.h macros.h structs.h regexp.h \
581 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 580 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
582 globals.h farsi.h arabic.h 581 globals.h arabic.h
583 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ 582 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
584 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 583 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
585 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 584 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
586 arabic.h 585 arabic.h
587 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \ 586 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
588 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 587 ascii.h keymap.h term.h macros.h structs.h regexp.h \
589 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 588 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
590 globals.h farsi.h arabic.h 589 globals.h arabic.h
591 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \ 590 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
592 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 591 ascii.h keymap.h term.h macros.h structs.h regexp.h \
593 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 592 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
594 globals.h farsi.h arabic.h 593 globals.h arabic.h
595 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \ 594 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \
596 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 595 ascii.h keymap.h term.h macros.h structs.h regexp.h \
597 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 596 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
598 globals.h farsi.h arabic.h 597 globals.h arabic.h
599 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \ 598 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
600 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 599 ascii.h keymap.h term.h macros.h structs.h regexp.h \
601 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 600 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
602 globals.h farsi.h arabic.h if_cscope.h 601 globals.h arabic.h if_cscope.h
603 if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \ 602 if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \
604 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 603 ascii.h keymap.h term.h macros.h structs.h regexp.h \
605 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 604 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
606 globals.h farsi.h arabic.h version.h 605 globals.h arabic.h version.h
607 if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \ 606 if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \
608 ascii.h keymap.h term.h macros.h option.h structs.h \ 607 ascii.h keymap.h term.h macros.h option.h structs.h \
609 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \ 608 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \
610 globals.h farsi.h arabic.h if_mzsch.h 609 globals.h arabic.h if_mzsch.h
611 indent.obj : indent.c vim.h [.auto]config.h feature.h os_unix.h 610 indent.obj : indent.c vim.h [.auto]config.h feature.h os_unix.h
612 json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \ 611 json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \
613 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 612 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
614 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 613 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
615 arabic.h version.h 614 arabic.h version.h
616 list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \ 615 list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \
617 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 616 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
618 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 617 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
619 globals.h farsi.h arabic.h 618 globals.h arabic.h
620 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \ 619 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \
621 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 620 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
622 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 621 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
623 arabic.h farsi.c arabic.c 622 arabic.h arabic.c
624 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \ 623 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \
625 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 624 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
626 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 625 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
627 arabic.h 626 arabic.h
628 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \ 627 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \
629 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 628 ascii.h keymap.h term.h macros.h structs.h regexp.h \
630 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 629 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
631 globals.h farsi.h arabic.h 630 globals.h arabic.h
632 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \ 631 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \
633 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 632 ascii.h keymap.h term.h macros.h structs.h regexp.h \
634 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 633 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
635 globals.h farsi.h arabic.h 634 globals.h arabic.h
636 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \ 635 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \
637 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 636 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
638 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 637 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
639 arabic.h 638 arabic.h
640 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \ 639 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \
641 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 640 ascii.h keymap.h term.h macros.h structs.h regexp.h \
642 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 641 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
643 globals.h farsi.h arabic.h 642 globals.h arabic.h
644 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \ 643 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \
645 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 644 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
646 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 645 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
647 arabic.h version.h 646 arabic.h version.h
648 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \ 647 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \
649 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 648 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
650 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 649 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
651 arabic.h 650 arabic.h
652 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \ 651 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \
653 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 652 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
654 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 653 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
655 arabic.h 654 arabic.h
656 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \ 655 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \
657 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 656 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
658 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 657 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
659 arabic.h 658 arabic.h
660 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \ 659 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \
661 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 660 ascii.h keymap.h term.h macros.h structs.h regexp.h \
662 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 661 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
663 globals.h farsi.h arabic.h 662 globals.h arabic.h
664 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \ 663 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \
665 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 664 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
666 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 665 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
667 arabic.h 666 arabic.h
668 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \ 667 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
669 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 668 ascii.h keymap.h term.h macros.h structs.h regexp.h \
670 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 669 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
671 globals.h farsi.h arabic.h 670 globals.h arabic.h
672 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \ 671 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \
673 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 672 ascii.h keymap.h term.h macros.h structs.h regexp.h \
674 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 673 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
675 globals.h farsi.h arabic.h os_unixx.h 674 globals.h arabic.h os_unixx.h
676 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \ 675 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \
677 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 676 ascii.h keymap.h term.h macros.h structs.h regexp.h \
678 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 677 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
679 globals.h farsi.h arabic.h os_unixx.h 678 globals.h arabic.h os_unixx.h
680 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \ 679 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \
681 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 680 ascii.h keymap.h term.h macros.h structs.h regexp.h \
682 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 681 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
683 globals.h farsi.h arabic.h 682 globals.h arabic.h
684 popupmnu.obj : popupmnu.c vim.h [.auto]config.h feature.h os_unix.h \ 683 popupmnu.obj : popupmnu.c vim.h [.auto]config.h feature.h os_unix.h \
685 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 684 ascii.h keymap.h term.h macros.h structs.h regexp.h \
686 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 685 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
687 globals.h farsi.h arabic.h 686 globals.h arabic.h
688 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \ 687 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \
689 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 688 ascii.h keymap.h term.h macros.h structs.h regexp.h \
690 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 689 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
691 globals.h farsi.h arabic.h 690 globals.h arabic.h
692 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \ 691 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
693 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 692 ascii.h keymap.h term.h macros.h structs.h regexp.h \
694 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 693 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
695 globals.h farsi.h arabic.h 694 globals.h arabic.h
696 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \ 695 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \
697 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 696 ascii.h keymap.h term.h macros.h structs.h regexp.h \
698 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 697 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
699 globals.h farsi.h arabic.h 698 globals.h arabic.h
700 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \ 699 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \
701 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 700 ascii.h keymap.h term.h macros.h structs.h regexp.h \
702 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 701 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
703 globals.h farsi.h arabic.h 702 globals.h arabic.h
704 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \ 703 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \
705 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 704 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
706 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 705 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
707 globals.h farsi.h arabic.h 706 globals.h arabic.h
708 sign.obj : sign.c vim.h [.auto]config.h feature.h os_unix.h \ 707 sign.obj : sign.c vim.h [.auto]config.h feature.h os_unix.h \
709 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 708 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
710 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 709 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
711 globals.h farsi.h arabic.h 710 globals.h arabic.h
712 spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \ 711 spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \
713 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 712 ascii.h keymap.h term.h macros.h structs.h regexp.h \
714 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 713 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
715 globals.h farsi.h arabic.h 714 globals.h arabic.h
716 spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \ 715 spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \
717 ascii.h keymap.h term.h macros.h option.h structs.h \ 716 ascii.h keymap.h term.h macros.h option.h structs.h \
718 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 717 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
719 proto.h globals.h farsi.h arabic.h 718 proto.h globals.h arabic.h
720 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \ 719 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
721 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 720 ascii.h keymap.h term.h macros.h structs.h regexp.h \
722 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 721 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
723 globals.h farsi.h arabic.h 722 globals.h arabic.h
724 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \ 723 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \
725 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 724 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
726 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 725 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
727 arabic.h 726 arabic.h
728 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \ 727 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \
729 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 728 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
730 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 729 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
731 arabic.h 730 arabic.h
732 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \ 731 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \
733 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 732 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
734 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 733 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
735 arabic.h 734 arabic.h
736 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \ 735 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
737 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 736 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
738 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 737 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
739 arabic.h 738 arabic.h
740 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \ 739 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
741 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 740 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
742 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 741 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
743 arabic.h 742 arabic.h
744 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \ 743 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \
745 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 744 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
746 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 745 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
747 arabic.h 746 arabic.h
748 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \ 747 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \
749 ascii.h keymap.h term.h macros.h option.h structs.h \ 748 ascii.h keymap.h term.h macros.h option.h structs.h \
750 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 749 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
751 proto.h globals.h farsi.h arabic.h 750 proto.h globals.h arabic.h
752 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \ 751 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
753 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 752 ascii.h keymap.h term.h macros.h structs.h regexp.h \
754 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 \
755 globals.h farsi.h arabic.h version.h 754 globals.h arabic.h version.h
756 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \ 755 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \
757 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 756 ascii.h keymap.h term.h macros.h structs.h regexp.h \
758 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 \
759 globals.h farsi.h arabic.h 758 globals.h arabic.h
760 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \ 759 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \
761 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 760 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
762 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 761 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
763 arabic.h 762 arabic.h
764 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \ 763 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \
765 os_unix.h ascii.h keymap.h term.h macros.h structs.h \ 764 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
766 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \ 765 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
767 proto.h globals.h farsi.h arabic.h [-.pixmaps]stock_icons.h 766 proto.h globals.h arabic.h [-.pixmaps]stock_icons.h
768 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \ 767 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \
769 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 768 ascii.h keymap.h term.h macros.h structs.h regexp.h \
770 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 \
771 globals.h farsi.h arabic.h gui_gtk_f.h 770 globals.h arabic.h gui_gtk_f.h
772 gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \ 771 gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \
773 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 772 ascii.h keymap.h term.h macros.h structs.h regexp.h \
774 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 \
775 globals.h farsi.h arabic.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \ 774 globals.h arabic.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \
776 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm 775 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm
777 gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \ 776 gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \
778 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 777 ascii.h keymap.h term.h macros.h structs.h regexp.h \
779 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 778 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
780 globals.h farsi.h arabic.h gui_at_sb.h 779 globals.h arabic.h gui_at_sb.h
781 gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \ 780 gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \
782 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 781 ascii.h keymap.h term.h macros.h structs.h regexp.h \
783 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 782 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
784 globals.h farsi.h arabic.h gui_gtk_f.h [-.runtime]vim32x32.xpm \ 783 globals.h arabic.h gui_gtk_f.h [-.runtime]vim32x32.xpm \
785 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm 784 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm
786 gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \ 785 gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \
787 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 786 ascii.h keymap.h term.h macros.h structs.h regexp.h \
788 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 787 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
789 globals.h farsi.h arabic.h [-.runtime]vim32x32.xpm \ 788 globals.h arabic.h [-.runtime]vim32x32.xpm \
790 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \ 789 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \
791 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \ 790 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \
792 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \ 791 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \
793 [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \ 792 [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \
794 [-.pixmaps]tb_find_next.xpm [-.pixmaps]tb_find_prev.xpm \ 793 [-.pixmaps]tb_find_next.xpm [-.pixmaps]tb_find_prev.xpm \
804 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \ 803 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \
805 [-.pixmaps]tb_minwidth.xpm 804 [-.pixmaps]tb_minwidth.xpm
806 gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \ 805 gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \
807 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 806 ascii.h keymap.h term.h macros.h structs.h regexp.h \
808 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 807 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
809 globals.h farsi.h arabic.h gui_at_sb.h 808 globals.h arabic.h gui_at_sb.h
810 gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \ 809 gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \
811 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 810 ascii.h keymap.h term.h macros.h structs.h regexp.h \
812 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 811 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
813 globals.h farsi.h arabic.h gui_at_sb.h 812 globals.h arabic.h gui_at_sb.h
814 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \ 813 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \
815 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 814 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
816 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 815 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
817 arabic.h 816 arabic.h
818 hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \ 817 hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \
819 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 818 ascii.h keymap.h term.h macros.h structs.h regexp.h \
820 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 819 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
821 globals.h farsi.h arabic.h 820 globals.h arabic.h
822 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \ 821 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \
823 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 822 ascii.h keymap.h term.h macros.h structs.h regexp.h \
824 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 823 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
825 globals.h farsi.h arabic.h 824 globals.h arabic.h
826 if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \ 825 if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \
827 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 826 ascii.h keymap.h term.h macros.h structs.h regexp.h \
828 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 827 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
829 globals.h farsi.h arabic.h 828 globals.h arabic.h
830 if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \ 829 if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \
831 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 830 ascii.h keymap.h term.h macros.h structs.h regexp.h \
832 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 831 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
833 globals.h farsi.h arabic.h 832 globals.h arabic.h
834 if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \ 833 if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \
835 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 834 ascii.h keymap.h term.h macros.h structs.h regexp.h \
836 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 835 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
837 globals.h farsi.h arabic.h 836 globals.h arabic.h
838 if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \ 837 if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \
839 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 838 ascii.h keymap.h term.h macros.h structs.h regexp.h \
840 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 839 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
841 globals.h farsi.h arabic.h version.h 840 globals.h arabic.h version.h
842 beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \ 841 beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \
843 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 842 ascii.h keymap.h term.h macros.h structs.h regexp.h \
844 gui.h beval.h option.h ex_cmds.h proto.h \ 843 gui.h beval.h option.h ex_cmds.h proto.h \
845 globals.h farsi.h arabic.h 844 globals.h arabic.h
846 gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \ 845 gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \
847 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 846 ascii.h keymap.h term.h macros.h structs.h regexp.h \
848 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 847 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
849 globals.h farsi.h arabic.h 848 globals.h arabic.h
850 workshop.obj : workshop.c [.auto]config.h integration.h vim.h feature.h \ 849 workshop.obj : workshop.c [.auto]config.h integration.h vim.h feature.h \
851 os_unix.h ascii.h keymap.h term.h macros.h structs.h \ 850 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
852 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \ 851 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
853 proto.h globals.h farsi.h arabic.h version.h workshop.h 852 proto.h globals.h arabic.h version.h workshop.h
854 wsdebug.obj : wsdebug.c 853 wsdebug.obj : wsdebug.c
855 integration.obj : integration.c vim.h [.auto]config.h feature.h os_unix.h \ 854 integration.obj : integration.c vim.h [.auto]config.h feature.h os_unix.h \
856 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 855 ascii.h keymap.h term.h macros.h structs.h regexp.h \
857 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 856 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
858 globals.h farsi.h arabic.h integration.h 857 globals.h arabic.h integration.h
859 netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \ 858 netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \
860 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 859 ascii.h keymap.h term.h macros.h structs.h regexp.h \
861 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 860 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
862 globals.h farsi.h arabic.h version.h 861 globals.h arabic.h version.h
863 gui_xmdlg.obj : gui_xmdlg.c [.auto]config.h vim.h feature.h os_unix.h 862 gui_xmdlg.obj : gui_xmdlg.c [.auto]config.h vim.h feature.h os_unix.h
864 gui_xmebw.obj : gui_xmebw.c [.auto]config.h vim.h feature.h os_unix.h 863 gui_xmebw.obj : gui_xmebw.c [.auto]config.h vim.h feature.h os_unix.h
865 xdiffi.obj : [.xdiff]xdiffi.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h 864 xdiffi.obj : [.xdiff]xdiffi.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
866 xemit.obj : [.xdiff]xemit.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h 865 xemit.obj : [.xdiff]xemit.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
867 xprepare.obj : [.xdiff]xprepare.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h 866 xprepare.obj : [.xdiff]xprepare.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h