≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Bug #1515

Bug #1515: "list" setting not restored correctly

Kind bug
Product Command-T
When 2010-03-24T11:57:49Z
Status closed
Reporter Lucas de Vries
Tags no tags

Description

If I have the "list" option on in the current buffer, and open Command-T, it turns it off. It remains off even after clossing the Command-T window.

Is there a reason why Command-T needs to mess with the options in the current buffer? It has its own buffer.

Note that if I have two buffers open in a vsplit the list option is only turned off in the one that has focus. The list option is still on in the other one until I open Command-T from there.

Comments

  1. Greg Hurrell 2010-03-24T12:43:07Z

    Nope, no reason for it to mess with any such thing. In fact, if you look at the code you'll see that it:

    • sets as many of its needed options as possible in a buffer-local fashion
    • the others which can't be set locally to its own buffer, it saves, overrides and then restores afterwards

    So I'll have a look into it and find out why the 'list' option is getting mangled for you. Thanks for the report.

  2. Greg Hurrell 2010-03-24T13:23:41Z

    Ok, this is now fixed.

    Thanks once again for the report; I probably wouldn't have noticed this otherwise.

  3. Greg Hurrell 2010-03-24T15:37:37Z

    The fix will be included in the next release so going to mark the ticket as closed.

  4. Greg Hurrell 2010-03-24T15:37:42Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets