Vim-go: Quickfix window below tabgbar when tagbar is open

Created on 4 Mar 2017  路  1Comment  路  Source: fatih/vim-go

Behavior

When I have :TabBar open and run a :GoBuild, the quickfix is under the Tagbar window (which is small) instead of being under the code window.

Configuration

  • vim version: 8.0.398
  • vim-go version: 1.11
  • go version: 1.8

Most helpful comment

Hi @the42

Quickfix windows are global and it's a vim feature. What you can do to add something like the following to your vimrc:

" push quickfix window always to the bottom
autocmd FileType qf wincmd J

Thanks.

>All comments

Hi @the42

Quickfix windows are global and it's a vim feature. What you can do to add something like the following to your vimrc:

" push quickfix window always to the bottom
autocmd FileType qf wincmd J

Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cassiobotaro picture cassiobotaro  路  3Comments

svanharmelen picture svanharmelen  路  3Comments

andrejvanderzee picture andrejvanderzee  路  3Comments

smontazeran picture smontazeran  路  4Comments

johnzeng picture johnzeng  路  3Comments