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

(cherry picked from commit 0a7588252a)
This commit is contained in:
Simon Hauser
2022-12-28 13:11:00 +01:00
parent 9cc8a4b2c5
commit 47143bbb42
4 changed files with 31 additions and 22 deletions
+1 -1
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