(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.
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.