From: James He <ic...@us...> - 2005-03-27 10:23:36
|
on Sun, 27 Mar 2005 15:32:10 +0800 James He <ic...@us...> wrote: > 2. Problem with seeing Chinese docs in Windows. I found that the installed > files went into "\Program Files\vim\vimfiles\doc" rather than "\Program > Files\vim\vim63b\doc", and they are all .cnx files. How am I supposed to > invoke them instead of old .txt help files from a :h command in Vim? 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\" ? Maybe there is some trick I do not know here. //shy Best regards, -- James He |