How difficult to upgrade Windows UTF-8 support to use multiple charsets as on linux?

2010-06-20 Fir de Conversatie Linda W
I was wondering if it is a feature on the list of desired features -- to have the Windows Gvim, be able to display UTF-8 characters as is done on linux and in other Windows programs? Right now if you have a charset loaded for your Latin characters, you don't get characters for non-latin

[patch] added completion to the :ownsyntax Ex command

2010-06-20 Fir de Conversatie Dominique Pellé
Hi Attached patch adds completion to the :ownsyntax Ex command. Example: :ownsyntax javaTab javajavacc javascript Regards -- Dominique -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: suggest: Ruby 1.9 in VIM 7.3 by default

2010-06-20 Fir de Conversatie Ciss
Why no responce? =( Ciss: Thank's a lot for reposting. Also i want add some comment. I want to add some additional features into vim. and i want to do this with ruby support. ruby 1.8 is not so fast. But 1.9 version has some cool improve about speed issue. (5x faster) it will be great

Re: How difficult to upgrade Windows UTF-8 support to use multiple charsets as on linux?

2010-06-20 Fir de Conversatie Tony Mechelynck
On 20/06/10 13:02, Linda W wrote: I was wondering if it is a feature on the list of desired features -- to have the Windows Gvim, be able to display UTF-8 characters as is done on linux and in other Windows programs? Right now if you have a charset loaded for your Latin characters, you don't

Re: How difficult to upgrade Windows UTF-8 support to use multiple charsets as on linux?

2010-06-20 Fir de Conversatie Tony Mechelynck
On 20/06/10 19:30, Tony Mechelynck wrote: On 20/06/10 13:02, Linda W wrote: I was wondering if it is a feature on the list of desired features -- to have the Windows Gvim, be able to display UTF-8 characters as is done on linux and in other Windows programs? Right now if you have a charset

\n matches both '[\n]' and '[^\n]'

2010-06-20 Fir de Conversatie ZyX
While trying to purge comment lines inside a variable, I encountered the following problem: :echo substitute(a\nb, '[\n]', 'NL', 'g') aNLb :echo substitute(a\nb, '[^\n]', '!NL', 'g') !NL!NL!NL app-editors/vim-7.2.303 (Gentoo amd64), not fixed in app-editors/vim-7.2.442 (Gentoo

Closing tab pages through tab label context-menu

2010-06-20 Fir de Conversatie Peter Odding
Hi list, I don't use the mouse much in Vim anymore but have nevertheless wondered several times now why graphical Vim says the following when you right-click a tab page label and click Close with a modified buffer: E37: No write since last change (add ! to override) I think the equivalent

Re: \n matches both '[\n]' and '[^\n]'

2010-06-20 Fir de Conversatie John Little
On Jun 21, 7:49 am, ZyX zyx@gmail.com wrote: While trying to purge comment lines inside a variable, I encountered the following problem:     :echo substitute(a\nb, '[\n]', 'NL', 'g')     aNLb     :echo substitute(a\nb, '[^\n]', '!NL', 'g')     !NL!NL!NL :help /collection says The

Re: [patch] added completion to the :ownsyntax Ex command

2010-06-20 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Attached patch adds completion to the :ownsyntax Ex command. Example: :ownsyntax javaTab javajavacc javascript Thanks, I'll include it soon. -- hundred-and-one symptoms of being an internet addict: 220. Your wife asks for sex and you tell her

Re: \n matches both '[\n]' and '[^\n]'

2010-06-20 Fir de Conversatie Tony Mechelynck
On 20/06/10 21:49, ZyX wrote: While trying to purge comment lines inside a variable, I encountered the following problem: :echo substitute(a\nb, '[\n]', 'NL', 'g') aNLb :echo substitute(a\nb, '[^\n]', '!NL', 'g') !NL!NL!NL app-editors/vim-7.2.303 (Gentoo amd64), not fixed

Re: [patch] fixed build error with -with-features=tiny --enable-workshop

2010-06-20 Fir de Conversatie Nazri Ramliy
2010/6/20 Dominique Pellé dominique.pe...@gmail.com: Hi I wrote a script to try building various configuration of Vim and it found that this configuration does not build successfully: Wouldn't it be useful if the script is included in vim source code? Even more useful if it is included as

Re: About Internationalization project

2010-06-20 Fir de Conversatie Tony Mechelynck
On 31/03/10 12:10, Nisha Chaudhari wrote: Hi, We are Final year students of COEP. We are trying to fix rendering problems in Indic script in gvim. Can you please help us with compiling gui files in vim source code? Thanking you. -- You received this message from the vim_dev maillist.

Vim 7.3: Swap file encryption

2010-06-20 Fir de Conversatie Bram Moolenaar
I have just send out a change for Vim 7.3 that encrypts the swap file. This was not easy to implement, and there might still be a bug somewhere. I tried the obvious things and those work. That includes changing the crypt key or method without saving the text file. If you use encryption, be