Missing cinoption?

8 views
Skip to first unread message

Felipe Contreras

unread,
Dec 10, 2020, 1:28:17 AM12/10/20
to v...@vim.org
Hello,

The documentation mentions this cino-( default:

if (c1 && (c2 ||
c3))

However, with different levels of unclosed parenthesis I get this:

if (c1 && c2 ||
c3)

if (c1 && (c2 ||
c3))

if (c1 && ((c2 ||
c3)))

That's not what I want. I want whatever option I specify in cino-( to
be applied always, regardless of parenthesis levels.

For example, with "noet ts=8 sw=0 cino=(s", I would expect the following:

advise(_("The pull was not fast-forward, in the future you will have
to choose.\n"
"To quell this message you have two main options:\n"

Why can't I tell vim to use a single shiftwidth and a single shiftwidth only?

Cheers.

--
Felipe Contreras
Reply all
Reply to author
Forward
0 new messages