From af0eaee01737d26314c9c3618153e99d1eb3e2f1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 1 Jun 2021 18:17:40 +0200 Subject: Update --- indent/rst.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent/rst.vim') diff --git a/indent/rst.vim b/indent/rst.vim index fb64e2bc..f27c5ecb 100644 --- a/indent/rst.vim +++ b/indent/rst.vim @@ -44,7 +44,7 @@ function GetRSTIndent() let psnum = s:get_paragraph_start() if psnum != 0 if getline(psnum) =~ s:note_pattern - let ind = 3 + let ind = max([3, ind]) endif endif -- cgit v1.2.3