Hirohito Higashi wrote:
> How to reproduce:
> - Run vanilla Vim with 'cindent'.
> $ vim -Nu NONE +"set cindent"
> - Input bellow.
> i#if aaa\<CR>bbb\<CR>ccc<ESC>
>
> Expect behavior:
> #if aaa\
> bbb\
> ccc
>
> Actual behavior:
> #if aaa\
> bbb\
> ccc
>
>
> After the third line is not indent well.
> NOTE:
> This behavior occurs only outside of the curly bracket.
>
> I wrote a patch contains test.
> Sorry, it is still the old style test. I'll challenge it in this spring
This test might be easier as an old style test.
> Check it out.
>
> NOTE 2:
> This issue was reported by Ken Takata.
Thanks!
--
hundred-and-one symptoms of being an internet addict:
199. You read this entire list of symptoms, looking for something
that doesn't describe you.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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].
For more options, visit https://groups.google.com/d/optout.