map ,... can't work except , why? Vista+gVim V7.2

2010-06-14 Thread William Fugy
Hi list, Does anyone know why the following mapping can't work, and how to make it enable? " Windows Vista + gVim V7.2 :map w- :map w+ ':map /' and ':verbose map /', it's OK. i.e. it's in the map list and hasn't been modified by others map. -- i tried

Re: where can i download the help files

2010-06-15 Thread William Fugy
Maybe, the fast way is reinstall, backup first and merge after installation. -William On Tue, Jun 15, 2010 at 10:19 PM, aleCodd <33faceb...@gmail.com> wrote: > > my temporary solution was to copy & paste the eval.txt from the online > documentation and run helptags on the doc folder. > it seems t

Re: map ,... can't work except , why? Vista+gVim V7.2

2010-06-15 Thread William Fugy
80~0x9F occupied by Ctrl+Alt+'x'? Regards, -William On Tue, Jun 15, 2010 at 5:06 PM, Tony Mechelynck wrote: > On 15/06/10 06:49, William Fugy wrote: >> >> Hi list, >> >> Does anyone know why the following mapping can't work, and how to make >>

Re: map ,... can't work except , why? Vista+gVim V7.2

2010-06-16 Thread William Fugy
Mechelynck wrote: > On 15/06/10 21:46, William Fugy wrote: >> >> Thanks, i seems to know what's happening. However, why vim(or >> Windows?) doesn't make a mapping as follow? >> >> ASCII-Latin1 >> Ctrl+0x20 --->  0x80 >>

:dig, how display 'ŷ','€' correctly? gvim(vista)

2010-07-04 Thread William Fugy
Hi list, In my gVim(Vista), could display ē, ë, ÿ correctly, couldn't display ŷ, €. However, it's all OK in Notepad/WinWord. Does anyone know how could i show it well? i checked the digraph list ':dig', the corresponding positions of ŷ/€ show a white box( evening color s

Re: :dig, how display 'ŷ','€' correctly? gvim(vis ta)

2010-07-04 Thread William Fugy
set termencoding=utf-8 set encoding=utf-8 set fileencodings=utf-8 colorscheme evening Is it related to my some default setting about regional and language in Vista? it's shouldn't like this. Best Regards, -William On Sun, Jul 4, 2010 at 9:37 PM, Tony Mechelynck wrote: >

Re: :dig, how display 'ŷ','€' correctly? gvim(vis ta)

2010-07-04 Thread William Fugy
On Mon, Jul 5, 2010 at 3:40 AM, Tony Mechelynck wrote: > On 04/07/10 18:25, William Fugy wrote: > 1. Please bottom-post on this list. > > 2. See my other post about fonts: I suspect that your chosen 'guifont' lacks > the necessary glyphs. Try > >        :set gu

Re: :dig, how display 'ŷ','€' correctly? gvim(vis ta)

2010-07-04 Thread William Fugy
On Mon, Jul 5, 2010 at 10:21 AM, William Fugy wrote: > On Mon, Jul 5, 2010 at 3:40 AM, Tony Mechelynck > wrote: >> On 04/07/10 18:25, William Fugy wrote: >> 1. Please bottom-post on this list. >> >> 2. See my other post about fonts: I suspect that your chosen &#

how to match all Chinese chars?

2012-05-27 Thread William Fugy
Hey, Question: how to match all Chinese chars? --- fenc=utf-16le enc=utf-16le termencoding=utf-16le :g/[\%u4e00-\%u9fff]/ this command doesn't work. However :g/\%u5728/ could match a single char '在'.. thanks in advance.

Re: how to match all Chinese chars?

2012-05-27 Thread William Fugy
On Mon, May 28, 2012 at 10:15 AM, Xell Liu wrote: > In fact, if your aim is not so strict, i.e. if you only need to > exclude ASCIIs, you could use [^\x00-\xff] . Hope it helps. > > On Mon, May 28, 2012 at 12:39 AM, Chris Jones wrote: > > On Sun, May 27, 2012 at 09:53:55AM

Re: how to match all Chinese chars?

2012-05-27 Thread William Fugy
olve it. On Mon, May 28, 2012 at 10:15 AM, Xell Liu wrote: > In fact, if your aim is not so strict, i.e. if you only need to > exclude ASCIIs, you could use [^\x00-\xff] . Hope it helps. > > On Mon, May 28, 2012 at 12:39 AM, Chris Jones wrote: > > On Sun, May 27, 2012 at 09:5