jsfaint / gen_tags.vim

Async plugin for vim and neovim to ease the use of ctags/gtags
https://vim.sourceforge.io/scripts/script.php?script_id=5499
MIT License
312 stars 42 forks source link

Display the tag generating message in statusline #50

Closed jsfaint closed 6 years ago

jsfaint commented 6 years ago

When the tag is generating, some message will show in statusline, and it will disappeared when the generating is done.

It is controlled by g:gen_tags#statusline 1 means enabled 0 means disabled

The default value is 0

jsfaint commented 6 years ago

This PR is a solution for #46