diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-04-15 21:13:42 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-04-15 21:13:42 +0000 |
commit | 13fcaaf1954e9f0d5aa53a55084e01b2c2741202 (patch) | |
tree | 526724d830562d07e6ecb2cde83aa8323070ae15 /Filelist | |
parent | 402d2fea7025356c7abcb891017a1b7ddf99cbbf (diff) | |
download | vim-git-13fcaaf1954e9f0d5aa53a55084e01b2c2741202.tar.gz |
updated for version 7.0066v7.0066
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -662,6 +662,8 @@ EXTRA = \ # generic language files LANG_GEN = \ README_lang.txt \ + runtime/doc/*-fr.1 \ + runtime/doc/*-fr.UTF-8.1 \ runtime/doc/*-it.1 \ runtime/doc/*-it.UTF-8.1 \ runtime/doc/*-ru.1 \ @@ -679,7 +681,9 @@ LANG_GEN = \ runtime/tutor/tutor.pl.* \ runtime/tutor/tutor.ru.* \ runtime/tutor/tutor.zh.* \ - runtime/spell/en.spl \ + runtime/spell/README.txt \ + runtime/spell/en.latin1.spl \ + runtime/spell/en.utf-8.spl \ # all files for lang archive LANG_SRC = \ |