chore: bump ci to more modern os and nvim versions (#2289)

This commit is contained in:
Simon Hauser
2022-12-28 13:11:00 +01:00
committed by GitHub
parent e960efa60e
commit 0a7588252a
4 changed files with 27 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ local opts_contain_invert = function(args)
if #v >= 2 and v:sub(1, 1) == "-" and v:sub(2, 2) ~= "-" then
for i = 2, #v do
local vi = v:sub(i, i)
if vi == "=" then -- ignore option -g=xxx
if vi == "=" then -- ignore option -g=xxx
break
elseif vi == "v" then
invert = true