Skip to content

Update develop.{txt,jax} #2169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/develop.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*develop.txt* For Vim バージョン 9.1. Last change: 2025 May 05
*develop.txt* For Vim バージョン 9.1. Last change: 2025 Jul 18


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -239,6 +239,10 @@ sound.c と sign.c は、配布された .clang-format ファイルに従って

他のエディタの場合は、リポジトリのルートに `.editorconfig` が提供される。

ソースファイル `sign.c``sound.c`、および新規ファイルでは、タブではなくス
ペースのみを使用する。また、新規ファイルにはインデントテストに合格するために、
`set et` を指定したモードラインを含める必要がある。


☆宣言 *style-declarations*

Expand Down
6 changes: 5 additions & 1 deletion en/develop.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*develop.txt* For Vim version 9.1. Last change: 2025 May 05
*develop.txt* For Vim version 9.1. Last change: 2025 Jul 18


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -237,6 +237,10 @@ you don't need to do anything due to the |modeline|.

For other editors an `.editorconfig` is provided at the root of the repo.

For the source files `sign.c` and `sound.c` and any new file use only spaces,
no tabs. In addition, any new file must include a modeline with `set et` to
pass the indentation test.


DECLARATIONS *style-declarations*

Expand Down