Skip to content

Commit

Permalink
Merge pull request #1897 from h-east/update-develop
Browse files Browse the repository at this point in the history
Update develop.{txt,jax}
  • Loading branch information
h-east authored Jan 2, 2025
2 parents adff30e + ab39773 commit 7bbf11f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 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: 2024 Nov 11
*develop.txt* For Vim バージョン 9.1. Last change: 2024 Dec 25


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -193,6 +193,12 @@ editorconfig プラグイン |editorconfig-install| と一緒に使用し、推
些細な変更でない場合は、必ず github でプルリクエストを作成すること。これによ
り、テストスイートがトリガーされる。

*style-clang-format*
sound.c と sign.c は、配布された .clang-format ファイルに従って、
`clang-format` フォーマッタを使用して (半) 自動的にフォーマットできる。他のソー
スファイルはまだ .clang-format ファイルに対応していない。これは将来変更される
可能性があり、同様に再フォーマットされる可能性がある。


☆Cコンパイラ *style-compiler* *ANSI-C* *C89* *C99*

Expand Down
8 changes: 7 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: 2024 Nov 11
*develop.txt* For Vim version 9.1. Last change: 2024 Dec 25


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -191,6 +191,12 @@ The basic steps to make changes to the code:
For any non-trivial change, please always create a pull request on github,
since this triggers the test suite.

*style-clang-format*
sound.c and sign.c can be (semi-) automatically formated using the
`clang-format` formatter according to the distributed .clang-format file.
Other source files do not yet correspond to the .clang-format file. This may
change in the future and they may be reformatted as well.


C COMPILER *style-compiler* *ANSI-C* *C89* *C99*

Expand Down

0 comments on commit 7bbf11f

Please sign in to comment.