From b5583acc482b125399e9fa6c2454a6db6b1ae3e4 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Wed, 1 May 2024 10:16:09 +0200 Subject: vim-patch:9.1.0383: filetype: .out files recognized as tex files Problem: filetype: .out files recognized as tex files Solution: Do not set an explicit filetype until it is clear what this should be (shane.xb.qian) closes: vim/vim#14670 https://github.com/vim/vim/commit/e35478bc9d48189322432248105d3b24e0efb3d0 Co-authored-by: shane.xb.qian --- runtime/lua/vim/filetype.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/lua/vim') diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index f9c702eeae..3cb634256b 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -1047,7 +1047,6 @@ local extension = { pgf = 'tex', nlo = 'tex', nls = 'tex', - out = 'tex', thm = 'tex', eps_tex = 'tex', pygtex = 'tex', -- cgit