Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress error messages for command line window #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KSR-Yasuda
Copy link

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

  1. Set let g:tabman_specials = 1 in .vimrc
  2. Run vim
  3. Open tabman window (<leader>mf)
  4. Open command line window (q: or : -> <C-f>)
  5. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant