Re: A question about highlight-cterm

2019-05-11 Thread 'Lifepillar' via vim_use
On 11 May 2019, at 13:10, Bram Moolenaar wrote: > >> >> I am a bit puzzled by the note in `:help highlight-cterm`: >> >>Note: Many terminals (e.g., DOS console) can't mix these attributes with >>coloring. Use only one of "cterm=" OR "ctermfg=" OR "ctermbg=“. >> >> Virtually all

Re: A question about highlight-cterm

2019-05-11 Thread Bram Moolenaar
> I am a bit puzzled by the note in `:help highlight-cterm`: > > Note: Many terminals (e.g., DOS console) can't mix these attributes with > coloring. Use only one of "cterm=" OR "ctermfg=" OR "ctermbg=“. > > Virtually all colorschemes I have seen use ctermfg AND ctermbg AND cterm. > >

Re: writing one text the same way vim's help

2019-05-11 Thread Erik Christiansen
On 11.05.19 14:34, Erik Christiansen wrote: > On 10.05.19 19:29, Mathieu Roux wrote: > > 1) |plouf| is colored is blue, and *plouf* is colored in red when open > > with vi. It is function of hightlight, right? How can i use the same > > highlight for my own-text file? > > Not being a user of

Re: A question about highlight-cterm

2019-05-11 Thread Tony Mechelynck
On Sat, May 11, 2019 at 12:04 PM 'Lifepillar' via vim_use wrote: > > I am a bit puzzled by the note in `:help highlight-cterm`: > > Note: Many terminals (e.g., DOS console) can't mix these attributes with > coloring. Use only one of "cterm=" OR "ctermfg=" OR "ctermbg=“. > > Virtually all

A question about highlight-cterm

2019-05-11 Thread 'Lifepillar' via vim_use
I am a bit puzzled by the note in `:help highlight-cterm`: Note: Many terminals (e.g., DOS console) can't mix these attributes with coloring. Use only one of "cterm=" OR "ctermfg=" OR "ctermbg=“. Virtually all colorschemes I have seen use ctermfg AND ctermbg AND cterm. The note above is

Re: scrolljump and paste ?

2019-05-11 Thread Tony Mechelynck
On Sat, May 11, 2019 at 3:08 AM M Kelly wrote: > > > :map :set scrolljump=1p > > :map :set scrolljump=1P > > :map :set scrolljump=-50 > > Hi, > > Thanks Tony. > Is there a way around the recursion of mapping p to call a function that > issues a p between setting