A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/neovim/neovim/commit/6e04c8653cf3a5d8d4e9d81645fb65834877349c below:

fix foam pattern detection · neovim/neovim@6e04c86 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+4

-4

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+4

-4

lines changed Original file line number Diff line number Diff line change

@@ -1356,10 +1356,10 @@ local pattern = {

1356 1356

["zlog.*"] = starsetf('zsh'),

1357 1357

["zsh.*"] = starsetf('zsh'),

1358 1358

["ae%d+%.txt"] = 'mail',

1359 -

["[a-zA-Z0-9]*Dict"] = function() vim.fn["dist#ft#FTfoam"]() end,

1360 -

["[a-zA-Z0-9]*Dict%..*"] = function() vim.fn["dist#ft#FTfoam"]() end,

1361 -

["[a-zA-Z]*Properties"] = function() vim.fn["dist#ft#FTfoam"]() end,

1362 -

["[a-zA-Z]*Properties%..*"] = function() vim.fn["dist#ft#FTfoam"]() end,

1359 +

["[a-zA-Z0-9].*Dict"] = function() vim.fn["dist#ft#FTfoam"]() end,

1360 +

["[a-zA-Z0-9].*Dict%..*"] = function() vim.fn["dist#ft#FTfoam"]() end,

1361 +

["[a-zA-Z].*Properties"] = function() vim.fn["dist#ft#FTfoam"]() end,

1362 +

["[a-zA-Z].*Properties%..*"] = function() vim.fn["dist#ft#FTfoam"]() end,

1363 1363

[".*Transport%..*"] = function() vim.fn["dist#ft#FTfoam"]() end,

1364 1364

[".*/constant/g"] = function() vim.fn["dist#ft#FTfoam"]() end,

1365 1365

[".*/0/.*"] = function() vim.fn["dist#ft#FTfoam"]() 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