Skip to content
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: 2024 Oct 31
*develop.txt* For Vim バージョン 9.1. Last change: 2024 Nov 11


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -168,6 +168,10 @@ Vimのソースコードに変更を加える際、守るべきルールがあ

このリストは完全ではない。より多くの例は、ソースコードを見て欲しい。

コードリポジトリには editorconfig ファイルが含まれており、配布されている
editorconfig プラグイン |editorconfig-install| と一緒に使用し、推奨スタイルに
従うようにすることができる。


☆変更する *style-changes*

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: 2024 Oct 31
*develop.txt* For Vim version 9.1. Last change: 2024 Nov 11


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -166,6 +166,10 @@ stick to these rules, to keep the sources readable and maintainable.

This list is not complete. Look in the source code for more examples.

The code repository contains an editorconfig file, that can be used together
with the distributed editorconfig plugin |editorconfig-install| to ensure the
recommended style is followed.


MAKING CHANGES *style-changes*

Expand Down