Re: Find Bugs

2014-12-19 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19-Dec-2014 08:07, Antonio Giovanni Colombo wrote: Hi Guilherme, have a look from inside a Vim session at: :help todo There is plenty of stuff listed there. I also welcome your willingness to fix some bugs (and there's plenty of them),

[PATCH] On Windows, GVIM's window size increases when changing menus while minimized

2014-12-19 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Vim developers, this has been bugging me for a long time; I finally found the root cause. I use --remote {file} to open a file in an existing GVIM instance. When that instance had been minimized (:suspend), GVIM would come up with 'lines'

Vim 2015 calendar available

2014-12-19 Fir de Conversatie Bram Moolenaar
Hello Vim users, I have updated the handy desktop calendar for 2015. It prints on one sheet of paper and, after folding and applying a bit of glue, stands on your desk. It is available in English and Dutch. You can find the PDF files on my website: http://moolenaar.net/#Calendar If you are

[PATCH] :0argedit doesn't prepend like :0argadd does

2014-12-19 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Vim developers, :0argedit foo should insert a first argument like :0argadd foo does, but it actually puts the argument *after* the first one, at position 2. ,[ :help :argedit ] | [count] is used like with |:argadd|. ` Attached

Re: [PATCH] On Windows, GVIM's window size increases when changing menus while minimized

2014-12-19 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: Hello Vim developers, this has been bugging me for a long time; I finally found the root cause. I use --remote {file} to open a file in an existing GVIM instance. When that instance had been minimized (:suspend), GVIM would come up with 'lines' increased by two when put

Re: typo in tag for :help :si

2014-12-19 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: I think that short tag for :simalt should be :sim. diff -r ab36689121ad runtime/doc/gui_w32.txt --- a/runtime/doc/gui_w32.txtWed Dec 17 21:00:49 2014 +0100 +++ b/runtime/doc/gui_w32.txtThu Dec 18 19:31:16 2014 +0900 @@ -452,7 +452,7 @@ You can drag and

Re: Can't input some greek letters on vim.exe encoding=utf-8

2014-12-19 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: Hi list. vim.exe can't handle greek characters when encoding is utf-8. ex: β In utf-8 encoding, β is 0xCE 0xB2. 0xCE is K_NUL. But it's not a tailing byte. K_NUL must be escaped when it is contained in input bytes. But it don't need to escape when it's a

Re: [PATCH] :0argedit doesn't prepend like :0argadd does

2014-12-19 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: Hello Vim developers, :0argedit foo should insert a first argument like :0argadd foo does, but it actually puts the argument *after* the first one, at position 2. ,[ :help :argedit ] | [count] is used like with |:argadd|. ` Attached patch fixes that,

Re: [Bulk] Re: typo in tag for :help :si

2014-12-19 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 19.12.2014 um 16:55 schrieb Bram Moolenaar: Yukihiro Nakadaira wrote: I think that short tag for :simalt should be :sim. diff -r ab36689121ad runtime/doc/gui_w32.txt --- a/runtime/doc/gui_w32.txtWed Dec 17 21:00:49 2014 +0100 +++ b/runtime/doc/gui_w32.txtThu Dec 18 19:31:16 2014

Re: [Bulk] Vim 2015 calendar available

2014-12-19 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 19.12.2014 um 15:27 schrieb Bram Moolenaar: Hello Vim users, I have updated the handy desktop calendar for 2015. It prints on one sheet of paper and, after folding and applying a bit of glue, stands on your desk. It is available in English and Dutch. You can find the PDF files on my

List of 2-letter and 3-letter substitute commands

2014-12-19 Fir de Conversatie 'Andy Wokula' via vim_dev
What about a help section for the following special commands? 2-letter and 3-letter :substitute commands == List of :substitute commands | cegiInplr | c :sc :sce :scg :sci :scI :scn :scp :scl --- | e | g

Re: [Bulk] Re: typo in tag for :help :si

2014-12-19 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 19.12.2014 um 16:55 schrieb Bram Moolenaar: Yukihiro Nakadaira wrote: I think that short tag for :simalt should be :sim. diff -r ab36689121ad runtime/doc/gui_w32.txt --- a/runtime/doc/gui_w32.txtWed Dec 17 21:00:49 2014 +0100 +++ b/runtime/doc/gui_w32.txtThu Dec 18 19:31:16 2014