summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2022-12-28 13:11:00 +0100
committerGitHub <noreply@github.com>2022-12-28 13:11:00 +0100
commit0a7588252a4290900d05452b8be91fb44e3eae2e (patch)
tree4518b986fbd8489b7a406b5d8b5644e3f3564ec0 /lua
parente960efa60e97df58e089b00270f09d60f27202c8 (diff)
chore: bump ci to more modern os and nvim versions (#2289)
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/builtin/__files.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin/__files.lua b/lua/telescope/builtin/__files.lua
index 592098a..6ccd778 100644
--- a/lua/telescope/builtin/__files.lua
+++ b/lua/telescope/builtin/__files.lua
@@ -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