liuchengxu / space-vim

:four_leaf_clover: Lean & mean spacemacs-ish Vim distribution
https://liuchengxu.github.io/space-vim/
MIT License
2.86k stars 256 forks source link

Ctags' window is covered by the airline plug-in #459

Open jianghao0302 opened 4 years ago

jianghao0302 commented 4 years ago

OS: ubuntu 20.04

Problem Description

Ctags' window is covered by the airline plug-in.

TestCase

(1) ubuntu install space-vim and exuberant-ctags (2) space-vim add airline (3) cd /usr/include, and sudo ctags -R * (4) Execute the index command: vi - t printf (5) The ctags index list is generated normally, and the window will stay in the index list window (6) The current result is that the index window is generated, but it is quickly covered by the airline plug-in after generation, and no index list can be seen on the window.