Suresh Govindachar wrote:
[...]
[snip entire para Tony wrote.]
Tony,
Your comments aren’t applicable to Francois.
--Suresh
Oops, sorry, the entire email sounded like a pro-Emacs rant to me,
coming from that Mohsin guy who kept repeating "I came from Emacs, and
your Vim regexps can't do it
François Pinard wrote:
> [Mikolaj Machowski]
>> [Mohsin]:
>
>>> Vim only has syntax coloring with regexps. Emacs has functions to
>>> apply properties to text blocks, and I was hoping vim has something
>>> comparable.
>
>> Of course it is possible:
>
>> :help /\%l
>> :help /\%c
>
> Humph,
Mohsin wrote:
The problem is I want to apply the highlighting to
multiple blocks of text simultaneously, so regexp doesn't help.
mohsin.
:help /\|
Best regards,
Tony.
François Pinard wrote:
[Mikolaj Machowski]
[Mohsin]:
Vim only has syntax coloring with regexps. Emacs has functions to
apply properties to text blocks, and I was hoping vim has something
comparable.
Of course it is possible:
:help /\%l
:help /\%c
Humph, not really!
Text propertie
Mohsin wrote:
I already tried your solution, it only works for a single region at a time
On applying the same higlighting to second region and the first one is
un-highlighted.
Try this (the third command will unhilight the first region):
:highlight User1 term=bold cterm=5 guibg=red
match Us
The problem is I want to apply the highlighting to
multiple blocks of text simultaneously, so regexp doesn't help.
mohsin.
On 8/4/06, Ilya <[EMAIL PROTECTED]> wrote:
Mohsin wrote:
> I want to use a highlighter mode on my text file, example:
>
> :color_region bold line1 col1 line2 col2
> :colo
I already tried your solution, it only works for a single region at a time
On applying the same higlighting to second region and the first one is
un-highlighted.
Try this (the third command will unhilight the first region):
:highlight User1 term=bold cterm=5 guibg=red
match User1 /\%>54l.\%<
Xavier de Gaye wrote:
> Bug description:
> ===
> Vim version 7.0
>
> When receiving a netbeans 'close' command, vim does delete the
> specified buffer, but the buffer's reference (buf_list[bufno].bufp
> called here 'this_memory_address') is still kept in buf_list[].
> It may happen t
[Mikolaj Machowski]
[Mohsin]:
Vim only has syntax coloring with regexps. Emacs has functions to
apply properties to text blocks, and I was hoping vim has something
comparable.
Of course it is possible:
:help /\%l
:help /\%c
Humph, not really!
Text properties in Emacs span text reg
A.J.Mechelynck wrote:
Mohsin wrote:
I want to use a highlighter mode on my text file, example:
:color_region bold line1 col1 line2 col2
:color_region bold 5 5 6 6
:color_region underline 5 5 6 6
I couldn't do this in vim. Vim only has syntax coloring with regexps.
Emacs has functions to a
Mohsin wrote:
I want to use a highlighter mode on my text file, example:
:color_region bold line1 col1 line2 col2
:color_region bold 5 5 6 6
:color_region underline 5 5 6 6
I couldn't do this in vim. Vim only has syntax coloring with regexps.
Emacs has functions to apply properties to text
Dnia piątek, 4 sierpnia 2006 18:42, Mohsin napisał:
> I want to use a highlighter mode on my text file, example:
> :color_region bold line1 col1 line2 col2
> :color_region bold 5 5 6 6
> :color_region underline 5 5 6 6
>
> I couldn't do this in vim. Vim only has syntax coloring with regexps.
>
Mohsin wrote:
I want to use a highlighter mode on my text file, example:
:color_region bold line1 col1 line2 col2
:color_region bold 5 5 6 6
:color_region underline 5 5 6 6
I couldn't do this in vim. Vim only has syntax coloring with regexps.
Emacs has functions to apply properties to text
Martin Krischik wrote:
Hello,
Vim 7.0 has been out for some time now and also has a host of new
features and I, for example, have added all the new stuff to the Ada
support [1].
But the files which come with vim are still the old 6.x files - which
leads me to the questions:
How are update
I want to use a highlighter mode on my text file, example:
:color_region bold line1 col1 line2 col2
:color_region bold 5 5 6 6
:color_region underline 5 5 6 6
I couldn't do this in vim. Vim only has syntax coloring with regexps.
Emacs has functions to apply properties to text blocks, and I
Hello,
Vim 7.0 has been out for some time now and also has a host of new features
and I, for example, have added all the new stuff to the Ada support [1].
But the files which come with vim are still the old 6.x files - which
leads me to the questions:
How are updates to the runtime files
16 matches
Mail list logo