+8
-0
lines changedFilter options
+8
-0
lines changed Original file line number Diff line number Diff line change
@@ -26,6 +26,10 @@ read_globals = {
26
26
"vim",
27
27
}
28
28
29
+
globals = {
30
+
"vim.g",
31
+
}
32
+
29
33
exclude_files = {
30
34
'test/functional/fixtures/lua/syntax_error.lua',
31
35
}
Original file line number Diff line number Diff line change
@@ -20,3 +20,7 @@ let g:did_load_ftdetect = 1
20
20
21
21
augroup END
22
22
]]
23
+
24
+
if not vim.g.ft_ignore_pat then
25
+
vim.g.ft_ignore_pat = "\\.\\(Z\\|gz\\|bz2\\|zip\\|tgz\\)$"
26
+
end
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4