From: Wenzhi L. <wen...@gm...> - 2005-03-27 10:36:43
|
James He wrote: > on Sun, 27 Mar 2005 15:32:10 +0800 > James He <ic...@us...> wrote: > > I'm sorry. I didn't read the INSTALL file carefully. But after I > > :set helplang=cn > > there is still some problems. > > When I use :h, Vim prompts "抱歉,找不到帮助文件 D:\Program Files\vim\ > vim63b\doc\help.txt" > > I have to copy the directory 'doc' from D:\Program Files\vim\vimfiles to > D:\Program Files\vim\vim63b and make a copy of "help.cnx" and rename it > to "help.txt". Then the Vim help system works all right. > > Would it be better that we install the 'doc' directory directly to > "\path\to\vim\" rather than "\path\to\vimfiles\" ? The reason to install .cnx into vimfiles is in case the user upgrade his/her Vim version. Since vimfiles is in 'rtp' and it won't be (by default) wiped out on uninstallation, having .cnx files there will allow the user to use vimcdoc in the new version of vim without doing anything. ':help vimfiles' show that it *is* in the 'rtp' enviroment when Vim is running on windows. So can you check your 'rtp' and let me know? lang2 |