Skip to content

v4.10.0 seems to break some plugin's autocmd #566

Closed
@ZSaberLv0

Description

@ZSaberLv0

Does this bug happen when you install plugin without vim-polyglot?
no

Describe the bug:
see below

To Reproduce:

minimal vim config:

filetype plugin on
syntax on
set nocompatible
let g:plug_home = $HOME . '/.vim/bundle'
let g:plug_url_format = 'https://github.com/%s'
execute 'source ' . g:plug_home . '/vim-plug/plug.vim'
silent! call plug#begin()
Plug 'junegunn/vim-plug'
Plug 'cohama/agit.vim'
Plug 'sheerun/vim-polyglot'
call plug#end()
  • the right and expected behavior
  1. do not install vim-polyglot
  2. cd to some git repo, use Agit to see git log, and use j or k in left panel to navigate git log
  3. expected behavior: the right panel would update as expected, which was implemented by CursorMoved autocmd
  • the issue:
  1. do install vim-polyglot
  2. cd to some git repo, use Agit to see git log, and use j or k in left panel to navigate git log
  3. the issue: the right panel won't update

NOTE: after a bunch of test, vim-polyglot's v4.10.0 seems to cause the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions