Skip to content

Bug: #1387

Open
Open
Bug:#1387
@simonsk90

Description

@simonsk90

Self Checks

  • [ X ] I'm using the latest lualine.
  • [ X ] I didn't find the issue in existing issues or PRs.

How to reproduce the problem

Try to do :tabnew %

Expected behaviour

Open current file in active buffer in a new tab

Actual behaviour

Feels like a new "tab" is opened, but you can't see it in the tabline

Minimal config to reproduce the issue

  require('lualine').setup {
    sections = {
      lualine_a = { 'mode' },
      lualine_b = { 'branch' },
      lualine_c = { 'filename' },
      lualine_x = { 'encoding', 'fileformat', 'filetype' },
      lualine_y = { 'progress' },
      lualine_z = { 'location' },
    },
    tabline = {
      lualine_a = { 'buffers' },
      lualine_b = {},
      lualine_c = {},
      lualine_x = {},
      lualine_y = {},
      lualine_z = {},
    },
    extensions = { 'fugitive' },
  }

Additional information

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions