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.\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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/5fd95c5d709fa_178b20844%40natae.notmuch.