diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-27 21:13:01 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-27 21:13:01 +0000 |
commit | 87e25fdf80c7b45deee9c59389b51503e906d93b (patch) | |
tree | e477f86746245499e324e1d1e9ccada6aed035e9 /Filelist | |
parent | 231334e6efbf3a7f89183f8257e09492534a5f8c (diff) | |
download | vim-git-87e25fdf80c7b45deee9c59389b51503e906d93b.tar.gz |
updated for version 7.0117v7.0117
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -511,6 +511,8 @@ RT_SCRIPTS = \ runtime/delmenu.vim \ runtime/synmenu.vim \ runtime/makemenu.vim \ + runtime/autoload/*.vim \ + runtime/autoload/README.txt \ runtime/colors/*.vim \ runtime/colors/README.txt \ runtime/compiler/*.vim \ @@ -690,6 +692,7 @@ LANG_GEN = \ # generic language files, binary LANG_GEN_BIN = \ + runtime/spell/README_en.txt \ runtime/spell/en.ascii.spl \ runtime/spell/en.latin1.spl \ runtime/spell/en.utf-8.spl \ |