1
0
forked from aniani/vim

updated for version 7.0062

This commit is contained in:
Bram Moolenaar
2005-03-20 22:37:15 +00:00
parent 2e4096b077
commit 217ad920dd
36 changed files with 191885 additions and 39 deletions

View File

@@ -122,6 +122,7 @@ SRC = \
regexp.c \
screen.c \
search.c \
spell.c \
syntax.c \
tag.c \
term.c \
@@ -164,6 +165,7 @@ OBJ = \
regexp.o \
screen.o \
search.o \
spell.o \
syntax.o \
tag.o \
term.o \
@@ -206,6 +208,7 @@ PRO = \
proto/regexp.pro \
proto/screen.pro \
proto/search.pro \
proto/spell.pro \
proto/syntax.pro \
proto/tag.pro \
proto/term.pro \
@@ -335,6 +338,8 @@ screen.o: screen.c
proto/screen.pro: screen.c
search.o: search.c
proto/search.pro: search.c
spell.o: spell.c
proto/spell.pro: spell.c
syntax.o: syntax.c
proto/syntax.pro: syntax.c
tag.o: tag.c