tabman.vim
tabman.vim copied to clipboard
Suppress error messages for command line window
If command line window is opened with tabman window, it raises error messages for update tabman infomations.
Added silent! to avoid it.
How to Repro
- Set
let g:tabman_specials = 1in.vimrc - Run vim
- Open tabman window (
<leader>mf) - Open command line window (
q:or:-><C-f>) - It raises errors in
s:ManUpdate()
If g:tabman_specials is not set, it doesn't occur.
Probably because command line window is not checked.