Re: Dear Bram

2013-10-27 Fir de Conversatie Michael Henry
On 10/26/2013 04:06 PM, Nikolay Pavlov wrote: How to detect the modifiers for many terminals in a portable way, without requiring installing an obscure library (at least Ubuntu must have it), I don't know. I think that vim is popular enough to expect distribution maintainers to package

Syntax Highlighting Doesn't Work with Recursive `nextgroup` Across Newlines When Contained

2013-10-27 Fir de Conversatie Alexander Shukaev
Hello everyone, I've stumbled across the issue with syntax highlighting. Rather than rewriting, I'll post a link to the question on Stack Overflow: Vim: Syntax Highlighting Doesn't Work with Recursive `nextgroup` Across Newlines When

Re: Dear Bram

2013-10-27 Fir de Conversatie Michael Henry
On Sat, Oct 26, 2013 at 12:50 PM, Bram Moolenaar b...@moolenaar.net wrote: I already said this: It's fine to add so long as it's 100% backwards compatible. That means encoding keys on top of what's already there, and falling back to the ordinary key if the key + modifier isn't mapped. This is

Re: Dear Bram

2013-10-27 Fir de Conversatie LeoNerd
On Sat, 26 Oct 2013 18:46:22 -0700 /#!/JoePea trus...@gmail.com wrote: I've given this some thought. The backwards compatibility that users should experience should be as simple as possible. For example, let's suppose someone has the following in their vimrc. map tab :echo hellocr Let

[PATCH] Typo in the comment in main_loop()

2013-10-27 Fir de Conversatie ZyX
# HG changeset patch # User ZyX kp-...@ya.ru # Date 1382894384 -14400 # Sun Oct 27 21:19:44 2013 +0400 # Branch typo-1 # Node ID c5f7f666d4020ae9d446978ccddba386d2454b3e # Parent 92c9748e0ccbc42a5e28ce8fb9b8818e756a06da Fix typo in the comment in main_loop() function diff -r 92c9748e0ccb -r

Re: Dear Bram

2013-10-27 Fir de Conversatie ZyX
On Sunday, October 27, 2013 6:54:16 PM UTC+4, Michael Henry wrote: On Sat, Oct 26, 2013 at 12:50 PM, Bram Moolenaar b...@moolenaar.net wrote: I already said this: It's fine to add so long as it's 100% backwards compatible. That means encoding keys on top of what's already there, and

Re: Dear Bram

2013-10-27 Fir de Conversatie LeoNerd
On Sun, 27 Oct 2013 10:38:09 -0700 (PDT) ZyX zyx@gmail.com wrote: Please explain how you are going to differentiate CTRL-I and Tab in random terminal emulator. Some may be configured to output either as CSI sequence, but not all. This is not simply historical artifact. You can't. Does

Re: Syntax Highlighting Doesn't Work with Recursive `nextgroup` Across Newlines When Contained

2013-10-27 Fir de Conversatie Christian Brabandt
On So, 27 Okt 2013, Alexander Shukaev wrote: I've stumbled across the issue with syntax highlighting. Rather than rewriting, I'll post a link to the question on Stack Overflow: Vim: Syntax Highlighting Doesn't Work with Recursive `nextgroup` Across Newlines When

Re: Syntax Highlighting Doesn't Work with Recursive `nextgroup` Across Newlines When Contained

2013-10-27 Fir de Conversatie Ingo Karkat
On 27-Oct-2013 21:11 +0100, Christian Brabandt wrote: On So, 27 Okt 2013, Alexander Shukaev wrote: I've stumbled across the issue with syntax highlighting. Rather than rewriting, I'll post a link to the question on Stack Overflow: Vim: Syntax Highlighting Doesn't Work with Recursive

Re: Syntax Highlighting Doesn't Work with Recursive `nextgroup` Across Newlines When Contained

2013-10-27 Fir de Conversatie Christian Brabandt
On So, 27 Okt 2013, Ingo Karkat wrote: In the first line, group 'A' prefers a following 'B' via the nextgroup=B, and this does work for the next 3 'b' in the same line. It apparently fails in the second line, even though skipnl has been given. Ah, now I see. The MyComments match confused me.

Re: Dear Bram

2013-10-27 Fir de Conversatie Ben Fritz
On Monday, October 28, 2013 12:00:40 AM UTC-5, Andre Sihera wrote: On 28/10/13 02:58, Paul LeoNerd Evans wrote: Please explain how you are going to differentiate CTRL-I and Tab in random terminal emulator. Some may be configured to output either as CSI sequence, but not all. This