From: James He <ic...@us...> - 2005-03-27 12:41:41
|
on Sun, 27 Mar 2005 11:27:24 +0100 Wenzhi Liang <wen...@gm...> wrote: > hmm. I have to do some testing on my machine to see it. But it > should be an easy fix. Btw, was you running on a very low > resolution? No, I am running on a resolution of 1024 x 768. > > seems that it needs to reformat the LICENSE to a smaller textwidth. Just found that the same problem existed in the the installer of Vim 6.3. :) > You have to run vim 6.3+ to use the .cnx files. Are you running > vim6.2? I *am* running Vim 6.3. Just find out what is wrong. Mmust change the following in the _vimrc (which is copied from the INSTALL file) if version > 603 set helplang=cn endif to if version >= 603 set helplang=cn endif > > 3. When install under Debian as a normal user, help_cn.vim can not be > > installed. > Thanks. And can you see 注意, 备注, 译者,etc hilighted after fixing > that problem? Unfortunately, I don't see any difference before and after I auto loading the help_cn.vim (I have made sure that this file is executed), on both Windows and Debian. Take a look at the screenshot in the attachment. Best regards, -- James He |