From e8d4ae0d1153ecb45ebf48030be60640e8800540 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 1 Feb 2023 15:31:23 +0000 Subject: patch 9.0.1272: typo in pattern for filetype detection Problem: Typo in pattern for filetype detection. Solution: Fix the typo. (closes #11924) --- runtime/filetype.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/filetype.vim b/runtime/filetype.vim index a06b450d0..7810077cd 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1024,7 +1024,7 @@ au BufNewFile,BufRead .prettierrc,.firebaserc,.stylelintrc setf json " JSONC (JSON with comments) au BufNewFile,BufRead *.jsonc,.babelrc,.eslintrc,.jsfmtrc setf jsonc -au BufNewFile,BufRead .jshintc,.hintrc,.swrc,[jt]sconfig*.json setf jsonc +au BufNewFile,BufRead .jshintrc,.hintrc,.swrc,[jt]sconfig*.json setf jsonc " JSON au BufNewFile,BufRead *.json,*.jsonp,*.webmanifest setf json -- cgit v1.2.1