diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-24 22:46:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-24 22:46:53 +0000 |
commit | 76b92b2830841fd4e05006cc3cad1d8f0bc8101b (patch) | |
tree | 16537209b06903af71cfe22119a491ba82039da2 /Filelist | |
parent | c01140a1a069caf3ced83eac7d4866048c4b723e (diff) | |
download | vim-git-76b92b2830841fd4e05006cc3cad1d8f0bc8101b.tar.gz |
updated for version 7.0bv7.0b
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -31,7 +31,7 @@ SRC_ALL = \ src/gui_beval.c \ src/gui_beval.h \ src/hardcopy.c \ - src/hashtable.c \ + src/hashtab.c \ src/keymap.h \ src/macros.h \ src/main.c \ @@ -52,7 +52,7 @@ SRC_ALL = \ src/ops.c \ src/option.c \ src/option.h \ - src/popupmenu.c \ + src/popupmnu.c \ src/quickfix.c \ src/regexp.c \ src/regexp.h \ @@ -96,7 +96,7 @@ SRC_ALL = \ src/proto/gui.pro \ src/proto/gui_beval.pro \ src/proto/hardcopy.pro \ - src/proto/hashtable.pro \ + src/proto/hashtab.pro \ src/proto/main.pro \ src/proto/mark.pro \ src/proto/mbyte.pro \ @@ -111,7 +111,7 @@ SRC_ALL = \ src/proto/normal.pro \ src/proto/ops.pro \ src/proto/option.pro \ - src/proto/popupmenu.pro \ + src/proto/popupmnu.pro \ src/proto/quickfix.pro \ src/proto/regexp.pro \ src/proto/screen.pro \ |