From e8caaab6bfdee32fc49321926bc71eabae5aaeaa Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 16 Aug 2022 09:53:04 +0200 Subject: vim-patch:e1f3fd1d02e3 (#19796) Update runtime files https://github.com/vim/vim/commit/e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8 --- runtime/syntax/typescript.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/typescript.vim') diff --git a/runtime/syntax/typescript.vim b/runtime/syntax/typescript.vim index 767ba56d42..af71938a8e 100644 --- a/runtime/syntax/typescript.vim +++ b/runtime/syntax/typescript.vim @@ -35,7 +35,7 @@ syntax region typescriptTypeCast matchgroup=typescriptTypeBrackets """"""""""""""""""""""""""""""""""""""""""""""""""" " Source the part common with typescriptreact.vim -source :h/typescriptcommon.vim +source :h/shared/typescriptcommon.vim let b:current_syntax = "typescript" -- cgit