Bug#323044: another issue

Pierre Habouzit madcoder at debian.org
Thu Jan 26 11:25:58 UTC 2006


Le Jeu 26 Janvier 2006 11:28, martin f krafft a écrit :
> Still no dice. FYI, here's my test file:
>
> Bla bla
>
> adkfnsd asdf asdf avg adsv asdv asdv asdv asdv asdv ewar ag qwef
> `This is Ä Test`_
>
> .. _This is Ä Test: htp

this is because you are using utf-8 : in :he pattern.txt you'll see that 
\w and [:alnum:] that are the same only work in 8-bit locales mode. 
utf-8 does not seems to be supported, wich is a pity, and is not 
related to the syntax file.

I'm sorry.

I've just reqritten the file using:

[[:alnum:]...] instead of \(\w\|[...]\) which makes it easier to read, 
but it does not change anything to your problem anyway, so I wont send 
it to you again.

sorry mate
-- 
·O·  Pierre Habouzit
··O                                                madcoder at debian.org
OOO                                                http://www.madism.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20060126/69d1b287/attachment-0001.pgp


More information about the pkg-vim-maintainers mailing list