1
0
forked from aniani/vim

updated for version 7.0b

This commit is contained in:
Bram Moolenaar
2006-03-24 22:21:52 +00:00
parent db552d60ec
commit c01140a1a0
173 changed files with 4011 additions and 2470 deletions

View File

@@ -54,7 +54,7 @@ OBJ = \
fold.o \
getchar.o \
hardcopy.o \
hashtable.o \
hashtab.o \
main.o \
mark.o \
memfile.o \
@@ -68,7 +68,7 @@ OBJ = \
normal.o \
ops.o \
option.o \
popupmenu.o \
popupmnu.o \
quickfix.o \
regexp.o \
screen.o \
@@ -127,7 +127,7 @@ fileio.o: fileio.c $(INCL)
fold.o: fold.c $(INCL)
getchar.o: getchar.c $(INCL)
hardcopy.o: hardcopy.c $(INCL)
hashtable.o: hashtable.c $(INCL)
hashtab.o: hashtab.c $(INCL)
main.o: main.c $(INCL)
mark.o: mark.c $(INCL)
memfile.o: memfile.c $(INCL)
@@ -141,7 +141,7 @@ mbyte.o: mbyte.c $(INCL)
normal.o: normal.c $(INCL)
ops.o: ops.c $(INCL)
option.o: option.c $(INCL)
popupmenu.o: popupmenu.c $(INCL)
popupmnu.o: popupmnu.c $(INCL)
quickfix.o: quickfix.c $(INCL)
regexp.o: regexp.c $(INCL)
screen.o: screen.c $(INCL)