A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sheerun/vim-polyglot/issues/566 below:

v4.10.0 seems to break some plugin's autocmd · Issue #566 · sheerun/vim-polyglot · GitHub

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()
  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
  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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4