[PATCH] syntax/jproperties.vim spell checking

2012-05-19 Fir de Conversatie Ingo Karkat
Hello Simon, I had already once sent you this patch; I'm trying again as we on vim_dev are currently attempting to establish the ownership and a new maintenance model of Vim runtime files. If you're still willing to maintain this file (or wish to relinquish it), please reply. -- regards, ingo

Re: Does it still make sense to have per-file/-type maintainers? [Was: Re: Added support for spell checking in runtime/syntax/ocaml.vim]

2012-05-19 Fir de Conversatie Thilo Six
Hello Ben, Excerpt from Ben Fritz: -- snip -- As a maintainer of a few runtime files, I have something to make sure of: Are there any changes for the current maintainers in what they observe--policy, obligations, or something similar to those, to maintain the runtime files they are in

Re: Does it still make sense to have per-file/-type maintainers? [Was: Re: Added support for spell checking in runtime/syntax/ocaml.vim]

2012-05-19 Fir de Conversatie Thilo Six
Hello Dr. chip, Excerpt from Charles E Campbell Jr: -- snip -- Hello! I've been on vacation this week, attending my daughter's graduation from Emory University. Congratulations. I have several concerns about this proposal: * vim.vim : there's a large block of code that I generate

Re: Does it still make sense to have per-file/-type maintainers? [Was: Re: Added support for spell checking in runtime/syntax/ocaml.vim]

2012-05-19 Fir de Conversatie Thilo Six
Hello Ben, Excerpt from Ben Fritz: -- snip -- I would require that we gain at least 7 individuals with commit access. This is to somewhat grant that always someone is around who can do the job. Anyone who is interested to volunteer for this please speak up now. I am interested. I am

Re: runtimefiles updated

2012-05-19 Fir de Conversatie Bram Moolenaar
Thilo Six wrote: Hello Bram, please find attached updates for: runtime/syntax/dirpager.vim runtime/syntax/dnsmasq.vim runtime/syntax/gnash.vim Thanks. I'll include them. I prefer to keep decorations to a minimum. Keep in mind that the files are interpreted, all the text needs to be

Re: runtimefiles updated

2012-05-19 Fir de Conversatie Thilo Six
Hello Bram, Excerpt from Bram Moolenaar: -- snip -- please find attached updates for: runtime/syntax/dirpager.vim runtime/syntax/dnsmasq.vim runtime/syntax/gnash.vim Thanks. I'll include them. I prefer to keep decorations to a minimum. Keep in mind that the files are interpreted,

[patch] runtime/indent/cmake.vim

2012-05-19 Fir de Conversatie Thilo Six
Hello Karthik, this patch adds 'b:undo_indent' to 'runtime/indent/cmake.vim'. -- Regards, Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to.

[patch] runtime/indent/css.vim

2012-05-19 Fir de Conversatie Thilo Six
Hello Nikolai, this patch adds 'b:undo_indent' to 'runtime/indent/css.vim'. -- Regards, Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F -- 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] runtime/indent/eiffel.vim

2012-05-19 Fir de Conversatie Thilo Six
Hello Jocelyn, this patch adds 'b:undo_indent' to 'runtime/indent/eiffel.vim'. -- Regards, Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to.

[patch] runtime/indent/vim.vim

2012-05-19 Fir de Conversatie Thilo Six
hello Bram, this patch adds 'b:undo_indent' to 'runtime/indent/vim.vim'. -- Regards, Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F -- 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: syntax/jproperties.vim spell checking

2012-05-19 Fir de Conversatie Ingo Karkat
On 19-May-2012 10:23:38 +0200, Ingo Karkat wrote: Hello Simon, I had already once sent you this patch; I'm trying again as we on vim_dev are currently attempting to establish the ownership and a new maintenance model of Vim runtime files. If you're still willing to maintain this file (or

Re: syntax/jproperties.vim spell checking

2012-05-19 Fir de Conversatie Gary Johnson
On 2012-05-19, Ingo Karkat wrote: On 19-May-2012 10:23:38 +0200, Ingo Karkat wrote: Hello Simon, I had already once sent you this patch; I'm trying again as we on vim_dev are currently attempting to establish the ownership and a new maintenance model of Vim runtime files. If

Re: Does it still make sense to have per-file/-type maintainers? [Was: Re: Added support for spell checking in runtime/syntax/ocaml.vim]

2012-05-19 Fir de Conversatie Ernie Rael
On 5/19/2012 2:01 AM, Thilo Six wrote: Hello Ben, Excerpt from Ben Fritz: -- snip -- 1. I want to maintain all changes to my file. Please don't touch it beyond what I send you. I commit to be responsive enough for this to work. 2. I want to do all big changes and feature additions, but

Re: Does it still make sense to have per-file/-type maintainers? [Was: Re: Added support for spell checking in runtime/syntax/ocaml.vim]

2012-05-19 Fir de Conversatie Thilo Six
Hello Ernie, Excerpt from Ernie Rael: -- snip -- By other mail it looks like the big procedural issue of repository hierarchy/operation is getting close to agreement. -- snip -- I might not have been explicit enough about this yet. So lets fix that. I wont create those repos and i do not

[Patch] Handle tabs in pointer lines ('errorformat')

2012-05-19 Fir de Conversatie Lech Lorens
The attached patch causes Vim to handle pointer lines which consist of a sequence of '-', '.', ' ' or tabs (I added tab handling; the rest was obviously there). As a result an error report like this can be handled correctly: #v+ foo.c, line 234: undefined identifier Foo for (foo = bar;

Re: Patch 7.3.520

2012-05-19 Fir de Conversatie Davido
Patch 7.3.520 Problem:Gvim starts up slow on Unbuntu 12.04. Solution: Move the call to gui_mch_init_check() to after fork(). (Yasuhiro Matsumoto) Do check $DISPLAY being set. Files:src/gui.c, src/gui_gtk_x11.c, src/proto/gui_gtk_x11.pro Hello, I'm trying to