A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/neovim/neovim/commit/4458413bc02a1308bd722611227664033916d6f7 below:

convert patterns for mail buffers (#17238) · neovim/neovim@4458413 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+10

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+10

-0

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

@@ -1389,6 +1389,16 @@ local pattern = {

1389 1389

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

1390 1390

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

1391 1391

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

1392 +

["snd%.%d+"] = "mail",

1393 +

["%.letter%.%d+"] = "mail",

1394 +

["%.article%.%d+"] = "mail",

1395 +

["pico%.%d+"] = "mail",

1396 +

["mutt%-.*%-%w+"] = "mail",

1397 +

["neomutt%-.*%-%w+"] = "mail",

1398 +

["muttng%-.*%-%w+"] = "mail",

1399 +

["mutt" .. string.rep("[%w_-]", 6)] = "mail",

1400 +

["neomutt" .. string.rep("[%w_-]", 6)] = "mail",

1401 +

["/tmp/SLRN[0-9A-Z.]+"] = "mail",

1392 1402

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

1393 1403

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

1394 1404

["[a-zA-Z].*Properties"] = 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