A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/60d3bb745d72cbf7dd3d83660e6f4d8c1a9dd770 below:

set default ft_ignore_pat in filetype.lua (#16917) · neovim/neovim@60d3bb7 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+8

-0

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+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