Closed
Description
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
- do not install
vim-polyglot
cd
to some git repo, useAgit
to see git log, and usej
ork
in left panel to navigate git log- expected behavior: the right panel would update as expected, which was implemented by
CursorMoved
autocmd
- the issue:
- do install
vim-polyglot
cd
to some git repo, useAgit
to see git log, and usej
ork
in left panel to navigate git log- 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
Labels
No labels