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
CI is currently failing since :highlight auto-complete relies on loading
v:colornames, but MacVim has its own special thing and parses a bundled
Colors.plist file instead, which bypasses the whole system. Colors.plist
was added a long time ago as Vim did not have a good cross-platform way
to specify colors by names, but this has been alleviated upstream a
while ago via runtime/colors/lists/default.vim which gets sourced for
default color values.
To fix this, simply remove the file, as it serves no purpose anymore.
Also remove custom hex color parsing logic which also should simply
defer to Vim instead.
0 commit comments