From 5dd1a7e83966c92d220073185f1738dfe441f59e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 2 May 2016 10:42:37 +0200 Subject: Update --- ftplugin/typescript.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ftplugin/typescript.vim') diff --git a/ftplugin/typescript.vim b/ftplugin/typescript.vim index 9508fba4..2a9af1e2 100644 --- a/ftplugin/typescript.vim +++ b/ftplugin/typescript.vim @@ -15,6 +15,8 @@ setlocal commentstring=//\ %s " " and insert the comment leader when hitting or using "o". setlocal formatoptions-=t formatoptions+=croql +setlocal suffixesadd+=.ts + let b:undo_ftplugin = "setl fo< ofu< com< cms<" let &cpo = s:cpo_save -- cgit v1.2.3