1- *develop.txt* For Vim version 9.1. Last change: 2025 Sep 04
1+ *develop.txt* For Vim version 9.1. Last change: 2025 Sep 07
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -448,13 +448,13 @@ For everything else use: >
448448
449449INDENTATION *style-indentation*
450450
451- We use 4 space to indent the code. If you are using Vim to edit the source,
451+ We use 4 space to indent the code. If you are using Vim to edit the source,
452452you don't need to do anything due to the | modeline | .
453453
454454For other editors an `.editorconfig` is provided at the root of the repo.
455455
456456For the source files `sign .c ` and `sound.c ` and any new file use only spaces,
457- no tabs. In addition, any new file must include a modeline with `set et` to
457+ no tabs. In addition, any new file must include a modeline with `set et` to
458458pass the indentation test.
459459
460460
@@ -539,7 +539,7 @@ Wrong: >
539539
540540TYPES *style-types*
541541
542- Use descriptive types. These are defined in src/vim.h, src/structs.h etc.
542+ Use descriptive types. These are defined in src/vim.h, src/structs.h etc.
543543Note that all custom types are postfixed with "_T"
544544
545545Example: >
@@ -739,7 +739,7 @@ number in order to reference each specific patch release. A typical
739739development release cycle may last several years and accumulate about 1500 -
7407402500 patch numbers.
741741
742- Before a release is made, a stability period will be announced. During this
742+ Before a release is made, a stability period will be announced. During this
743743time, only clear bug fixes, security fixes, documentation changes, translation
744744updates and runtime file updates will be accepted (provided they do not
745745introduce backwards-incompatible changes), concentrating on polishing up the
@@ -755,8 +755,8 @@ preserve compatibility for the C core of Vim. Runtime files are handled a bit
755755more flexibly to give runtime files maintainers a chance to change old
756756behaviour.
757757
758- Within a development cycle, features may be marked as deprecated. Deprecated
759- features can be disabled at compile time through an appropriate switch. After
758+ Within a development cycle, features may be marked as deprecated. Deprecated
759+ features can be disabled at compile time through an appropriate switch. After
760760a new release, deprecated features may be removed completely in a following
761761cycle.
762762
0 commit comments