aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/filetype.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-02-25 16:38:34 +0800
committerGitHub <noreply@github.com>2024-02-25 16:38:34 +0800
commitc651a0f643e7bd34eb740069a7b5b8c9f8759ecc (patch)
tree81588c2c1f07e2d0df43676248efdf8a71fbdcd6 /runtime/doc/filetype.txt
parentb72dc2d8ade54ba22b0b25ffe9402ffb314ef97d (diff)
downloadrneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.tar.gz
rneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.tar.bz2
rneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.zip
vim-patch:partial:d086b8f646a6 (#27623)
runtime(doc): fix inconsistent indent (vim/vim#14089) https://github.com/vim/vim/commit/d086b8f646a67f6b16c46061ce773de1011b8ec7
Diffstat (limited to 'runtime/doc/filetype.txt')
-rw-r--r--runtime/doc/filetype.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index cb48ea60e2..071a45c9c3 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -459,7 +459,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
@@ -473,7 +473,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 >