baverman / vial

A framework to develop plugins for Vim in python
MIT License
10 stars 1 forks source link

Exception on escape in command window #1

Closed baverman closed 11 years ago

baverman commented 11 years ago
Error detected while processing :
Traceback (most recent call last):
  File "", line 1, in 
  File "/home/bobrov/.vim/bundle/vial/vial/utils.py", line 138, in inner
    return func(*args, **kwargs)
  File "/home/bobrov/.vim/bundle/vial/vial/plugins/misc/plugin.py", line 13, in escape
    focus_window(n)
  File "/home/bobrov/.vim/bundle/vial/vial/utils.py", line 93, in focus_window
    vim.command('{}wincmd w'.format(winnr))
vim.error: Vim(wincmd):E11: Invalid in command-line window;  executes, CTRL-C quits: 2wincmd w