r-darwish / topgrade

Upgrade everything
GNU General Public License v3.0
3.35k stars 160 forks source link

Error in updating vim on macOS, m1 mba. #1006

Open LurnD opened 2 years ago

LurnD commented 2 years ago

What did you expect to happen?

Update Vim successfully.

What actually happened?

not found in 'runtimepath': "ftdetect/*.vim" not found in 'packpath': "pack/*/start/matchit" not found in 'packpath': "pack/*/start/*" not found in 'packpath': "pack/*/start/*" Reading viminfo file "/Users/lurnd/.viminfo" info oldfiles not found in 'runtimepath': "autoload/vimtex.vim" Error detected while processing BufEnter Autocommands for "*": E495: No autocommand file name to substitute for "<afile>" Plug Downloading the latest version of vim-plugvim-plug is already up-to-date Error detected while processing command line..script /private/var/folders/93/gwsqmfrs21j95j085shq8q9c0000gn/T/.tmpGnaKPP[17]..function <SNR>10_update[1]..<SNR>10_update_impl[53]..<SNR>10_prepare[18]..<SNR>10_new_window[1]..BufAdd Autocommands for "*": E495: No autocommand file name to substitute for "<afile>" Error detected while processing command line..script /private/var/folders/93/gwsqmfrs21j95j085shq8q9c0000gn/T/.tmpGnaKPP[17]..function <SNR>10_update[1]..<SNR>10_update_impl[53]..<SNR>10_prepare[18]..<SNR>10_new_window[1]..BufEnter Autocommands for "*": E495: No autocommand file name to substitute for "<afile>" not found in 'runtimepath': "ftplugin/vim-plug.vim ftplugin/vim-plug_*.vim ftplugin/vim-plug/*.vim" not found in 'runtimepath': "indent/vim-plug.vim"Press 'R' to retry. Writing viminfo file "/Users/lurnd/.viminfo"

Additional Details

all run well, all display OK

―― 14:30:33 - Vim ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
not found in 'runtimepath': "ftdetect/*.vim"
not found in 'packpath': "pack/*/start/matchit"
not found in 'packpath': "pack/*/start/*"
not found in 'packpath': "pack/*/start/*"
Reading viminfo file "/Users/lurnd/.viminfo" info oldfiles
not found in 'runtimepath': "autoload/vimtex.vim"
Error detected while processing BufEnter Autocommands for "*":
E495: No autocommand file name to substitute for ""
Plug
Downloading the latest version of vim-plugvim-plug is already up-to-date
Error detected while processing command line..script /private/var/folders/93/gwsqmfrs21j95j085shq8q9c0000gn/T/.tmpGnaKPP[17]..function 10_update[1]..10_update_impl[53]..10_prepare[18]..10_new_window[1]..BufAdd Autocommands for "*":
E495: No autocommand file name to substitute for ""
Error detected while processing command line..script /private/var/folders/93/gwsqmfrs21j95j085shq8q9c0000gn/T/.tmpGnaKPP[17]..function 10_update[1]..10_update_impl[53]..10_prepare[18]..10_new_window[1]..BufEnter Autocommands for "*":
E495: No autocommand file name to substitute for ""
not found in 'runtimepath': "ftplugin/vim-plug.vim ftplugin/vim-plug_*.vim ftplugin/vim-plug/*.vim"
not found in 'runtimepath': "indent/vim-plug.vim"Press 'R' to retry.
Writing viminfo file "/Users/lurnd/.viminfo"
Retry? (y)es/(N)o/(s)hell/(q)uit
wzzrd commented 2 years ago

Some issue with vim 9.0 on MacOS, but works fine with vim 8.2 on Linux. Let me know what you need to debug this, @r-darwish?