aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/typescript.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-08-16 09:53:04 +0200
committerGitHub <noreply@github.com>2022-08-16 09:53:04 +0200
commite8caaab6bfdee32fc49321926bc71eabae5aaeaa (patch)
treef9a4d928eadb9c5a84ae3d05d1e46371fbcacd8a /runtime/syntax/typescript.vim
parentda13ed43cb3593f6d50e08fc6e5f26760da63f84 (diff)
downloadrneovim-e8caaab6bfdee32fc49321926bc71eabae5aaeaa.tar.gz
rneovim-e8caaab6bfdee32fc49321926bc71eabae5aaeaa.tar.bz2
rneovim-e8caaab6bfdee32fc49321926bc71eabae5aaeaa.zip
vim-patch:e1f3fd1d02e3 (#19796)
Update runtime files https://github.com/vim/vim/commit/e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8
Diffstat (limited to 'runtime/syntax/typescript.vim')
-rw-r--r--runtime/syntax/typescript.vim2
1 files changed, 1 insertions, 1 deletions
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 <sfile>:h/typescriptcommon.vim
+source <sfile>:h/shared/typescriptcommon.vim
let b:current_syntax = "typescript"