File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1- *develop.txt* For Vim ใใผใธใงใณ 9.1. Last change: 2025 Sep 07
1+ *develop.txt* For Vim ใใผใธใงใณ 9.1. Last change: 2025 Sep 23
22
33
44 VIMใชใใกใฌใณในใใใฅใขใซ by Bram Moolenaar
@@ -421,6 +421,13 @@ editorconfig ใใฉใฐใคใณ |editorconfig-install| ใจไธ็ทใซไฝฟ็จใใๆจ
421421ไบ็ดฐใชๅคๆดใงใชใๅ ดๅใฏใๅฟ
ใ github ใงใใซใชใฏใจในใใไฝๆใใใใจใใใใซใ
422422ใใใในใในใคใผใใใใชใฌใผใใใใ
423423
424+ PR ใฏ็ๆณ็ใซใฏ 1 ใคใฎ่ซ็็ๅคๆดใซๅฏพใใ 1 ใคใฎใณใใใใๅซใใในใใงใใใใ
425+ ใ ใใ่คๆฐใฎ่ซ็็ใใค็ฌ็ซใใๅคๆดใ 1 ใคใฎ PR ใซใพใจใใใๅ ดๅใฏใ่คๆฐใฎใณใใ
426+ ใใๅซใใใใจใใงใใใใใใซใใใ้ทใ PR ใฎใฌใใฅใผใๅฎนๆใซใชใใๅใณใใใ
427+ ใกใใปใผใธใซใฏใๅคๆดใฎ็็ฑใๅฟ
ใ่จ่ผใใใใจใใใใฏใฌใใฅใผใใญใปในใซ้ๅธธใซๅฝน
428+ ็ซใคใๅใณใใใใ็ฐใชใ่ซ็็ๅคๆดใๆฑใๅ ดๅใใใใใฏ Vim ใฎใชใใธใใชๅ
ใงๅฅใ
429+ ใฎใใใใจใใฆ้ฉ็จใใใใใจใซใชใใ
430+
424431 *style-clang-format*
425432sound.c ใจ sign.c ใฏใ้
ๅธใใใ .clang-format ใใกใคใซใซๅพใฃใฆใ
426433`clang- format` ใใฉใผใใใฟใไฝฟ็จใใฆ (ๅ) ่ชๅ็ใซใใฉใผใใใใงใใใไปใฎใฝใผ
Original file line number Diff line number Diff line change 1- *develop.txt* For Vim version 9.1. Last change: 2025 Sep 07
1+ *develop.txt* For Vim version 9.1. Last change: 2025 Sep 23
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -424,6 +424,14 @@ The basic steps to make changes to the code:
424424For any non-trivial change, please always create a pull request on github,
425425since this triggers the test suite.
426426
427+ A PR should ideally contain a single commit for a single logical change.
428+ However, you can include several commits if you want to group multiple
429+ logical, atomic changes in one PR. This can also make longer PRs easier to
430+ review. Be sure to describe the reasoning for your changes in each commit
431+ message, as this greatly helps with the review process. In cases where each
432+ commit handles different logical changes, they will also be applied as
433+ separate patches in Vimโs repository.
434+
427435 *style-clang-format*
428436sound.c and sign.c can be (semi-) automatically formatted using the
429437`clang- format` formatter according to the distributed .clang-format file.
You canโt perform that action at this time.
0 commit comments