From: James He <ic...@us...> - 2005-03-27 07:33:27
|
on Sat, 26 Mar 2005 23:01:34 +0000 Wenzhi Liang <wen...@gm...> wrote: > I've uploaded two files to vcd.gro. A tarball for Unix and a exe > file for windows. Feel free to try them out and send in reports. Tested on Windows & Debian Linux: 1. There is some problem with the text wrapping in the copyright info of the Windows installer. Here it is: <pre> This software is provided 'as-is', without any expressed or implied warranty. In no event will the author be held liable for any damages arising from the use of this software. </pre> seems that it needs to reformat the LICENSE to a smaller textwidth. 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? 3. When install under Debian as a normal user, help_cn.vim can not be installed. $ sh vimcdoc.sh -i /home/icrazy/tmp/vimcdoc-0.7.9/doc install -m 644 debugger.cnx /home/icrazy/.vim/doc/debugger.cnx <snip> install: stat‘help_cn.vim’失败: 没有那个文件或目录 Done. "vimcdoc.sh" fixed and checked in. Best regards, -- James He |