bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Minor vim syntax improvements


From: Joe Neeman
Subject: Re: Minor vim syntax improvements
Date: Wed, 21 May 2008 13:10:55 +1000

On Wed, May 21, 2008 at 12:58 PM, Graham Percival <address@hidden> wrote:

> Why replace the line, though?  Wouldn't that stop it from finding
> the other material that this line was looking at?
>
> By the way, if anybody familiar with regex and/or the keywords
> file and/or emacs and/or whatever, wants to jump in and say "yeah,
> this looks fine", you'll save me a lot of feeling stupid and Jay a
> lot of frustration.


I have no familiarity with lilypond-words.ly, but as far as the regex goes,
the only difference is that the new line will allow optional quotation marks
around the word that it matches. That is, it will now match both
f = #(something)
and
"f" = #(something)
instead of only the first one. This seems harmless to me (but again, I'm not
familiar with the context of this change).

Joe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]