On 2010-10-12, Bee wrote:
> Benjamin R. Haskell wrote:
> > On Tue, 12 Oct 2010, Bee wrote:
> >
> > > What keeps clearing my spellcapcheck?
> >
> > What does this return?
> >
> > :verbose set spellcapcheck?
> 
> In the first buffer opened it returns:
> spellcapcheck=[.?!]\_[\])'"^I ]\+
> 
> When switching to another buffer:
> spellcapcheck=
> 
> What would cause it to be cleared on buffer switch?
> Both files are the same type xxx.txt
> Each opened by itself spellcapcheck is ok!

Looks like a bug to me.  I can replicate the problem like this.

    $ vim -u NONE
    :verbose set spellcapcheck?
      spellcapcheck=[.?!]\_[\])'"^I ]\+
    :new
    :verbose set spellcapcheck?
      spellcapcheck=
    :wincmd w
    :verbose set spellcapcheck?
      spellcapcheck=

Note that after switching to the new buffer, the option was cleared
even in the original buffer.

Regards,
Gary

-- 
You received this message from the "vim_use" 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

Reply via email to