You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest version of VIM on Arch Linux, updating (using topgrade) throws a bunch of errors. My .vimrc is pretty small and used on a few machines (the rest are Macs running the latest macOS). The error is only present on Arch, not on macOS. It worked fine on Arch for around 1.5 years. This might be an issue with a never version of VIM (as Arch is pretty cutting edge on versions). All terminal output is behind collapsable section for better readability.
error message
―― 18:10:16 - Vim ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Error detected while processing /home/user/.vimrc[2]../usr/share/vim/vim82/syntax/syntax.vim[43]..BufRead Autocommands for "*":
E500: Evaluates to an empty string
E500: Evaluates to an empty string
not found in 'packpath': "pack/*/start/*"
not found in 'packpath': "pack/*/start/*"
not found in 'runtimepath': "plugin/**/*.vim"
Reading viminfo file "/home/user/.viminfo" info oldfiles
Error detected while processing BufEnter Autocommands for "*":
E500: Evaluates to an empty string
Plug
Downloading the latest version of vim-plugvim-plug is already up-to-date
Error detected while processing command line..script /tmp/.tmpqFqZWy[17]..function <SNR>9_update[1]..<SNR>9_update_impl[53]..<SNR>9_prepare[18]..<SNR>9_new_window[1]..BufLeave Autocommands for "*":
E499: Empty file name for '%' or '#', only works with ":p:h"
Error detected while processing command line..script /tmp/.tmpqFqZWy[17]..function <SNR>9_update[1]..<SNR>9_update_impl[53]..<SNR>9_prepare[18]..<SNR>9_new_window[1]..BufEnter Autocommands for "*":
E500: Evaluates to an empty string
not found in 'runtimepath': "ftplugin/vim-plug.vim ftplugin/vim-plug_*.vim ftplugin/vim-plug/*.vim"
not found in 'runtimepath': "indent/vim-plug.vim"Writing viminfo file "/home/user/.viminfo"
content of .vimrc
" Default optionssyntaxonsetnumber" Install vim-plug if not foundifempty(glob('~/.vim/autoload/plug.vim'))
silent!curl -fLo ~/.vim/autoload/plug.vim--create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimautocmdVimEnter* PlugInstall --sync | source$MYVIMRCendif" vim-plug pluginscallplug#begin('~/.vim/plugged')
Plug 'itchyny/lightline.vim'callplug#end()
" Run PlugInstall if there are missing pluginsiflen(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
autocmdVimEnter* PlugInstall --sync | source$MYVIMRCendifsetlaststatus=2if!has('gui_running')
sett_Co=256endifsetnoshowmode
With the latest version of VIM on Arch Linux, updating (using topgrade) throws a bunch of errors. My .vimrc is pretty small and used on a few machines (the rest are Macs running the latest macOS). The error is only present on Arch, not on macOS. It worked fine on Arch for around 1.5 years. This might be an issue with a never version of VIM (as Arch is pretty cutting edge on versions). All terminal output is behind collapsable section for better readability.
error message
content of .vimrc
version info Arch Linux
version info macOS
The text was updated successfully, but these errors were encountered: