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.
> 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

m.

Reply via email to