Skip to content

Commit 3439059

Browse files
authored
Merge pull request #2487 from h-east/update-develop
Update develop.{txt,jax}
2 parents 8292b3b + 6c0a644 commit 3439059

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

doc/develop.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*develop.txt* For Vim バージョン 9.1. Last change: 2025 Dec 13
1+
*develop.txt* For Vim バージョン 9.1. Last change: 2026 Jan 30
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar

en/develop.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*develop.txt* For Vim version 9.1. Last change: 2025 Dec 13
1+
*develop.txt* For Vim version 9.1. Last change: 2026 Jan 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -411,12 +411,12 @@ For any non-trivial change, please always create a pull request on github,
411411
since this triggers the test suite.
412412

413413
A PR should ideally contain a single commit for a single logical change.
414-
However, you can include several commits if you want to group multiple logical,
415-
atomic changes in one PR. This can also make longer PRs easier to review. Be
416-
sure to describe the reasoning for your changes in each commit message, as
417-
this greatly helps with the review process. In cases where each commit
418-
handles different logical changes, they will also be applied as separate
419-
patches in Vim's repository.
414+
However, you can include several commits if you want to group multiple
415+
logical, atomic changes in one PR. This can also make longer PRs easier to
416+
review. Be sure to describe the reasoning for your changes in each commit
417+
message, as this greatly helps with the review process. In cases where each
418+
commit handles different logical changes, they will also be applied as
419+
separate patches in Vim's repository.
420420

421421
*style-clang-format*
422422
sound.c and sign.c can be (semi-) automatically formatted using the

0 commit comments

Comments
 (0)