Re: compile of 9.8 failed

2023-01-04 Thread joerg van den hoff
On 04.01.23 14:45, Chris Green wrote: On Wed, Jan 04, 2023 at 02:15:54PM +0100, joerg van den hoff wrote: On 04.01.23 12:22, Chris Green wrote: On Wed, Jan 04, 2023 at 11:15:24AM +0100, joerg van den hoff wrote: happy long time vile user here: I have used vile for a long time under OSX

Re: compile of 9.8 failed

2023-01-04 Thread joerg van den hoff
On 04.01.23 12:22, Chris Green wrote: On Wed, Jan 04, 2023 at 11:15:24AM +0100, joerg van den hoff wrote: happy long time vile user here: I have used vile for a long time under OSX and compiles always "just worked". now, I have tried to compile it under OpenSuse linux on an ol

Re: compile of 9.8 failed

2023-01-04 Thread joerg van den hoff
On 04.01.23 15:50, Chris Green wrote: On Wed, Jan 04, 2023 at 03:16:44PM +0100, joerg van den hoff wrote: If you don't have a [f]lex that vile likes you won't be able to build built-in syntax filters. understood. that one I had fixed by installing flex individually. again, thanks

compile of 9.8 failed

2023-01-04 Thread joerg van den hoff
happy long time vile user here: I have used vile for a long time under OSX and compiles always "just worked". now, I have tried to compile it under OpenSuse linux on an old laptop I have started playing around with, but no luck. I get lot's of undefined reference to `tputs' and similar

Re: question regarding `c' operator acting on rectangular region

2023-05-27 Thread joerg van den hoff
On 27.05.23 13:27, Paul Fox wrote: joerg van den hoff wrote: > rarely using rectangular regions (and when, then for deletion), so > I was surprised by the following: > > issuing something like > > c^Aqjq > > to select a rectangle with a width of on

question regarding `c' operator acting on rectangular region

2023-05-27 Thread joerg van den hoff
rarely using rectangular regions (and when, then for deletion), so I was surprised by the following: issuing something like c^Aqjq to select a rectangle with a width of one character and a height of 2 lines and trying to replace the rectangle by a multicharacter string fails. only the first