A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/neovim/neovim/commit/19864bd99529334909922e8d2a61a600fea7b29a below:

fix .env file not detected · neovim/neovim@19864bd · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-0

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

@@ -1075,6 +1075,7 @@ local filename = {

1075 1075

[".alias"] = function() vim.fn["dist#ft#CSH"]() end,

1076 1076

[".bashrc"] = function() vim.fn["dist#ft#SetFileTypeSH"]("bash") end,

1077 1077

[".cshrc"] = function() vim.fn["dist#ft#CSH"]() end,

1078 +

[".env"] = function() vim.fn["dist#ft#SetFileTypeSH"](vim.fn.getline(1)) end,

1078 1079

[".kshrc"] = function() vim.fn["dist#ft#SetFileTypeSH"]("ksh") end,

1079 1080

[".login"] = function() vim.fn["dist#ft#CSH"]() end,

1080 1081

[".profile"] = function() vim.fn["dist#ft#SetFileTypeSH"](vim.fn.getline(1)) 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