From d086b8f646a67f6b16c46061ce773de1011b8ec7 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 25 Feb 2024 15:42:52 +0800 Subject: runtime(doc): fix inconsistent indent (#14089) Signed-off-by: zeertzjq Signed-off-by: Christian Brabandt --- runtime/doc/filetype.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/filetype.txt') diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index b56a3d3fa7..41b27ccb12 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -496,7 +496,7 @@ g:changelog_new_date_format %% insert a single '%' character %d insert the date from above %u insert the user from above - %p insert result of b:changelog_entry_prefix + %p insert result of b:changelog_entry_prefix %c where to position cursor when done The default is "%d %u\n\n\t* %p%c\n\n", which produces something like (| is where cursor will be, unless at @@ -510,7 +510,7 @@ g:changelog_new_entry_format The format used when creating a new entry. The following table describes special tokens in the string: - %p insert result of b:changelog_entry_prefix + %p insert result of b:changelog_entry_prefix %c where to position cursor when done The default is "\t*%c", which produces something similar to > -- cgit v1.2.3