On Fri, Mar 13, at 12:40 tommm0 wrote:
> fo=tcroq2
Please try fo-=o
> Tom
Regards,
Ag.
The o flag is supposed to only affect the new line created by a
Normal-mode o or O command, not by hitting Return in Insert mode --
that's the r flag.
And if that doesn't work either, check (that file being current)
:verbose set indentexpr? cindent? lisp? smartindent?
(and if any of these options is not recognised, try again without it).
You might want to try
:setlocal indentexpr=
and if that isn't enough;
:setlocal nocindent
and if that isn't enough,
:setlmocal nolisp
and if that isn't enough,
:setlocal nosmartindent
Doing it one option at a time will tell you exactly what was wrong.
Best regards,
Tony.
--
The birds are singing, the flowers are budding, and it is time for Miss
Manners to tell young lovers to stop necking in public.
It's not that Miss Manners is immune to romance. Miss Manners has been
known to squeeze a gentleman's arm while being helped over a curb, and,
in her wild youth, even to press a dainty slipper against a foot or two
under the dinner table. Miss Manners also believes that the sight of
people strolling hand in hand or arm in arm or arm in hand dresses up a
city considerably more than the more familiar sight of people shaking
umbrellas at one another. What Miss Manners objects to is the kind of
activity that frightens the horses on the street ...
I'm not sure. Maybe one of the settings in |'cinoptions'|. But an
increased indent when breaking the line after a comma (when the line
before that doesn't itself end in a comma) is a fairly standard feature
in programming languages:
if (expression) {
func1(arg1, arg2, arg3,
computedarg(subarg1, subarg2, subarg3),
arg4, arg5, arg6);
func2(param1, param2, param3, param4, param5, param6,
param7, param8, param9);
};
Best regards,
Tony.
--
Beware of self-styled experts: an ex is a has-been, and a spurt is a
drip under pressure.