On Fri, Jun 27, 2014 at 8:11 AM, Charles <[email protected]> wrote: > On Fri, Jun 27, 2014 at 8:07 AM, Charles <[email protected]> wrote: > >> On Thu, Jun 26, 2014 at 7:54 PM, Christian Brabandt <[email protected]> >> wrote: >> >>> Am 2014-06-26 11:02, schrieb Charles: >>> >>> Attached is Christian's breakindent patch (from github) rebased to >>>> >>> >>> I am confused. Please describe clearly, what issue you see what >>> patchlevel you have and what >>> (extra) patch you have applied. >>> >>> Start with vim -u NONE -N >>> >>> (I don't think my old patch from github was any better, than what was >>> included now.) >>> >>> I'll try to fix this then later today. >>> >> >> brishift is not applied to new windows in a new tab. In the first tab, >> brishift=2, if you open a new tab and debug the brishift value, it's 0 >> > > I was wrong, if I split the window, the new window brishift value is 0, > while the first window is 2. >
I'm pretty sure set_string_option is not called when copying window options, thus brishift is not applied for new window. -- -- 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.
