Re: Updated Irish translation

2015-03-14 Fir de Conversatie Bram Moolenaar
Kevin Scannell wrote: > Patch against hg repository attached. Thanks! -- CUSTOMER: Well, can you hang around a couple of minutes? He won't be long. MORTICIAN:Naaah, I got to go on to Robinson's -- they've lost nine today. CUSTOMER: Well, when is your next round? MORT

Re: Weird behaviour of :tabmove and inconsistency between the actual behaviour and the document.

2015-03-14 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram and List, > > 2015/3/11(Wed) 15:14:47 UTC+9 h_east: > > Hello itchyny and Bram, > > > > 2015/3/11(Wed) 10:07:53 UTC+9 itchyny: > > > On Wednesday, March 11, 2015 at 6:59:12 AM UTC+9, Bram Moolenaar wrote: > > > > Hirohito Higashi wrote: > > > > > > > > > Oops,

Re: [patch] JavaScript indentation is incorrect, when using brackets pair over multiple lines.

2015-03-14 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram and List, > > JavaScript indent (:help cino-J) is incorrect. > > How to reproduce: > 1. Run Vim. (Note: sample.js is attached on this mail) > $ vim -N -u NONE --cmd "filetype indent on" -c "set et ts=4 sw=0" sample.js > > 2. Indent the entire file. > gg=G

Re: BUG: Unclosed regexp collection breaks :substitute

2015-03-14 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-Mar-2015 15:34, Bram Moolenaar wrote: > > Ingo Karkat wrote: > >> On 14-Mar-2015 02:11, James McCoy wrote: >>> On Fri, Mar 13, 2015 at 09:54:18PM +0100, Ingo Karkat wrote: it's possible to avoid escaping a "[" character: ,[

Re: Google Code shuts down

2015-03-14 Fir de Conversatie Ernie Rael
On 3/14/2015 5:21 AM, Nikolay Pavlov wrote: ... BTW, it appears that I either mistaken what mq was intended for or they no longer consider changeset evolution *just* as mq replacement: new documentation talks about what I thought changeset evolution should be used for. And mq is never going

Re: Weird behaviour of :tabmove and inconsistency between the actual behaviour and the document.

2015-03-14 Fir de Conversatie h_east
Hi Bram and List, 2015/3/11(Wed) 15:14:47 UTC+9 h_east: > Hello itchyny and Bram, > > 2015/3/11(Wed) 10:07:53 UTC+9 itchyny: > > On Wednesday, March 11, 2015 at 6:59:12 AM UTC+9, Bram Moolenaar wrote: > > > Hirohito Higashi wrote: > > > > > > > Oops, I fixed patch and test :-) > > > > > > > > (

Re: Google Code shuts down

2015-03-14 Fir de Conversatie Sergey Khorev
> > > Bruno Sutic wrote: > > > > It's possible to use a local Mercurial repository with Github, right? > > So the instructions on how to get Vim would only need to change the URL. > > Github unfortunately does not have support for Mercurial repos. > However, it is possible to use Mercurial locally

Patch 7.4.663

2015-03-14 Fir de Conversatie Bram Moolenaar
Patch 7.4.663 Problem:When using netbeans a buffer is not found in another tab. Solution: When 'switchbuf' is set to "usetab" then switch to another tab when possible. (Xavier de Gaye) Files: src/netbeans.c *** ../vim-7.4.662/src/netbeans.c 2015-02-10 18:33:53.240319

Re: [patch] make netbeans tabpage aware

2015-03-14 Fir de Conversatie Bram Moolenaar
Xavier de Gaye wrote: > On 03/14/2015 12:13 AM, Bram Moolenaar wrote: > > > > Xavier de Gaye wrote: > > > >> The Vim netbeans interface is not tabpage aware and does not check the > >> 'switchbuf' option. So, even when a buffer is already loaded in the > window of > >> a tab, placing an an

Re: BUG: Unclosed regexp collection breaks :substitute

2015-03-14 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: > On 14-Mar-2015 02:11, James McCoy wrote: > > On Fri, Mar 13, 2015 at 09:54:18PM +0100, Ingo Karkat wrote: > >> it's possible to avoid escaping a "[" character: > >> > >> ,[ :help E769 ] | When the ']' is not there Vim will not > >> give an error message but | assume

Re: Issue 341 in vim: Google Code will close

2015-03-14 Fir de Conversatie Nikolay Pavlov
2015-03-14 11:05 GMT+03:00 Tux : > The big majority disagrees. https://code.google.com/p/vim/issues/detail?id=341. Your comment made by email is not seen there, **DO NOT REPLY TO ISSUES WITH MAIL**. If you reply by email your comment will be seen by the mailing list users, but it will not be adde

Re: Issue 341 in vim: Google Code will close

2015-03-14 Fir de Conversatie vim
Updates: Status: Invalid Comment #1 on issue 341 by chrisbr...@googlemail.com: Google Code will close https://code.google.com/p/vim/issues/detail?id=341 This issue is currently discussed at the vim-dev mailinglist. Raise your voice there please. Therefore closing this ticket. -- You

Re: Google Code shuts down

2015-03-14 Fir de Conversatie Nikolay Pavlov
2015-03-14 6:57 GMT+03:00 lilydjwg : > On Fri, Mar 13, 2015 at 07:43:57AM -0700, Ben Fritz wrote: >> [...] >> >> Yes, that's mostly what I was referring to. While long-time git users may >> find it obvious that push --force is a stupid thing to do, new git users >> may not realize that. I sure woul

Re: Google Code shuts down

2015-03-14 Fir de Conversatie Nikolay Pavlov
2015-03-14 3:32 GMT+03:00 MURAOKA Taro : > I think it is problem that the name of "vim" is taken by someone > already on github. > https://github.com/vim > > Could we request to concede that "vim" name > if we deside to move to github? Github has a thing called “name squatting policy” (https://hel

Re: [patch] make netbeans tabpage aware

2015-03-14 Fir de Conversatie Xavier de Gaye
On 03/14/2015 12:13 AM, Bram Moolenaar wrote: > > Xavier de Gaye wrote: > >> The Vim netbeans interface is not tabpage aware and does not check the >> 'switchbuf' option. So, even when a buffer is already loaded in the window of >> a tab, placing an annotation in this buffer will cause the buffer

Re: [patch] make netbeans tabpage aware

2015-03-14 Fir de Conversatie Xavier de Gaye
On 03/14/2015 12:13 AM, Bram Moolenaar wrote: > > Xavier de Gaye wrote: > >> The Vim netbeans interface is not tabpage aware and does not check the >> 'switchbuf' option. So, even when a buffer is already loaded in the window of >> a tab, placing an annotation in this buffer will cause the buffer

Re: Google Code shuts down

2015-03-14 Fir de Conversatie Lin Wang
Saying that mercurial belongs to the past and is an older generation tool than git is rather ridiculous. Git is used more widely than mercurial, mainly due to Linux kernel and github. But from a technical perspective, mercurial is designed far more elegantly and much easier to use than git, without

Re: BUG: Unclosed regexp collection breaks :substitute

2015-03-14 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-Mar-2015 02:11, James McCoy wrote: > On Fri, Mar 13, 2015 at 09:54:18PM +0100, Ingo Karkat wrote: >> it's possible to avoid escaping a "[" character: >> >> ,[ :help E769 ] | When the ']' is not there Vim will not >> give an error message

Re: Issue 341 in vim: Google Code will close

2015-03-14 Fir de Conversatie Tux
The big majority disagrees. Am 14. März 2015 05:01:12 MEZ, schrieb v...@googlecode.com: >Status: New >Owner: >Labels: Type-Defect Priority-Medium > >New issue 341 by prfl...@gmail.com: Google Code will close >https://code.google.com/p/vim/issues/detail?id=341 > >http://google-opensource.blog