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

MacVim returns the following error when activating minimap with <Leader>mm #49

Open
IVXCVI opened this issue Mar 29, 2017 · 0 comments
Open

Comments

@IVXCVI
Copy link

IVXCVI commented Mar 29, 2017

Error detected while processing function minimap#ShowMinimap:
line    2:
E216: No such group or event: TextChanged,TextChangedI,BufWinEnter * MinimapUpdate
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/<REDACTED>/.vim/bundle/vim-minimap/autoload/minimap.py", line 85, in showminimap
    setmmautocmd()
  File "/Users/<REDACTED>/.vim/bundle/vim-minimap/autoload/minimap.py", line 59, in setmmautocmd
    vim.command(':autocmd CursorMoved,CursorMovedI,TextChanged,TextChangedI,BufWinEnter * MinimapUpdate')
vim.error

python 2.7.13 is installed via Homebrew. Vim is version 7.3

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

No branches or pull requests

1 participant