From 95d82fdb668b746ac100a8b7d2aca38038150707 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Dec 2020 19:44:40 +0100 Subject: Update --- indent/typescript.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent/typescript.vim') diff --git a/indent/typescript.vim b/indent/typescript.vim index 0bc143c3..d372f992 100644 --- a/indent/typescript.vim +++ b/indent/typescript.vim @@ -355,7 +355,7 @@ function GetTypescriptIndent() " If the line is empty and the previous nonblank line was a multi-line " comment, use that comment's indent. Deduct one char to account for the " space in ' */'. - if line =~ '^\s*$' && s:IsInMultilineComment(prevline, 1) + if line =~ '^\s*$' && yats#IsInMultilineComment(prevline, 1) return indent(prevline) - 1 endif -- cgit v1.2.3