Re: Logo / Icon contribution

2011-05-07 Thread Tony Mechelynck
On 06/05/11 17:55, Vince Negri wrote: Hi All, The original icon was created years ago by I think Thomas Hopfner, based on my original "Vim Hot Icon". You can see them here: http://www.vmunix.com/vim/pics.html Hm, for some reason my browser displays "broken image" placeholders for the first s

[PATCH] mkvimrc, mksession and mkexrc commands could have a directory argument

2011-05-07 Thread H Xu
Hello, This patch makes the three commands: mkvimrc, mksession and mkexrc commands could have a directory name as its argument. If the argument is a directory, Then the file, which is the .vimrc, Session.vim or .exrc, is generated under the directory and is named as the default file name (whi

[PATCH] fix a doc problem in feature-list

2011-05-07 Thread H Xu
Hello, python3 is not listed there. The patch fixes this. Regards, Hong Xu 05/07/2011 -- 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 information, visit http://www.vim.org/maillist.php diff -r 60890b26cb17 r

Re: [bug] Ex command :s/ \?/ /g does not work with multibyte characters

2011-05-07 Thread Tony Mechelynck
On 07/05/11 08:34, Dominique Pellé wrote: Hi Consider the Ex command ":s/ \?/ /g". It transforms a line "foo bar" into " f o o b a r " (good so far). Now, if the line contains multibyte characters, it no longer works. If current line contains "café bar" for example, it transforms it into "c a

Re: [PATCH] fix a doc problem in feature-list

2011-05-07 Thread Bram Moolenaar
Hong Xu wrote: > python3 is not listed there. The patch fixes this. Thanks. I will also add a remark that calling has('python') will try to load the library, which may prevent python 3 from being loaded. -- Creating the world with Emacs: M-x let-there-be-light Creating the world with Vim:

Re: [bug] Ex command :s/ \?/ /g does not work with multibyte characters

2011-05-07 Thread Bram Moolenaar
Dominique Pelle wrote: > Consider the Ex command ":s/ \?/ /g". > > It transforms a line "foo bar" into " f o o b a r " (good so far). > > Now, if the line contains multibyte characters, it no longer works. > If current line contains "café bar" for example, it transforms it > into "c a f b a r

Re: [PATCH] mkvimrc, mksession and mkexrc commands could have a directory argument

2011-05-07 Thread Bram Moolenaar
Hong Xu wrote: > This patch makes the three commands: mkvimrc, mksession and mkexrc > commands could have a directory name as its argument. If the argument is > a directory, Then the file, which is the .vimrc, Session.vim or .exrc, > is generated under the directory and is named as the default

[patch] Some errors in documentation and other

2011-05-07 Thread Lech Lorens
Hi, I found a few typos in the documentation. I also rephrased a few places that sounded unclear. The changes can be found in the attached patch. -- Cheers, Lech -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For

[patch] Part of tab character erased when 'list' is set and repeat used

2011-05-07 Thread Lech Lorens
Steps to reproduce: Edit a file with the following contents (each of the 4 lines contains a tab character followed by 8 spaces): #v+ #v- Perform the following steps: :set ts=8 listchars=tab:>- list :digraphs ta 9 Go to the first

Re: [PATCH] mkvimrc, mksession and mkexrc commands could have a directory argument

2011-05-07 Thread H Xu
On 05/07/2011 07:20 PM, Bram Moolenaar wrote: Hong Xu wrote: This patch makes the three commands: mkvimrc, mksession and mkexrc commands could have a directory name as its argument. If the argument is a directory, Then the file, which is the .vimrc, Session.vim or .exrc, is generated under the