Skip to content

Commit f39de60

Browse files
committed
runtime(doc): style: clarify to prefer 2 spaces after a sentence
Signed-off-by: Christian Brabandt <[email protected]>
1 parent e125ee4 commit f39de60

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

runtime/doc/helphelp.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*helphelp.txt* For Vim version 9.1. Last change: 2025 Apr 08
1+
*helphelp.txt* For Vim version 9.1. Last change: 2025 Apr 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -383,6 +383,10 @@ standard Vim help files, except for the first line. If you are writing a new
383383
help file it's best to copy one of the existing files and use it as a
384384
template.
385385

386+
Vim help files generally use 2 spaces after a sentence (since they are written
387+
using a fixed-width font and that was the prefered style in the 70s/80s), like
388+
what is described here: https://english.stackexchange.com/a/2602
389+
386390
The first line in a help file should have the following format:
387391

388392
*plugin_name.txt* {short description of the plugin}

0 commit comments

Comments
 (0)