Skip to content

Update vi_diff.{txt,jax} #2085

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
Jun 8, 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
4 changes: 2 additions & 2 deletions doc/vi_diff.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*vi_diff.txt* For Vim バージョン 9.1. Last change: 2025 Mar 28
*vi_diff.txt* For Vim バージョン 9.1. Last change: 2025 Jun 02


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -342,7 +342,7 @@ Vi との互換性 |'compatible'|
|i_CTRL-X_CTRL-D| マクロ定義
|i_CTRL-X_CTRL-O| オムニ補完: ファイルタイプなどに特化した
賢い補完
|i_CTRL-X_CTRL-R| レジスタからの単語
|i_CTRL-X_CTRL-R| レジスタにある内容

長い行のサポート |'wrap'| |'linebreak'|
'wrap' オプションがオフであれば、長い行は折り返されずに行の一部分だけが
Expand Down
4 changes: 2 additions & 2 deletions en/vi_diff.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*vi_diff.txt* For Vim version 9.1. Last change: 2025 Mar 28
*vi_diff.txt* For Vim version 9.1. Last change: 2025 Jun 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -338,7 +338,7 @@ Insert-mode completion. |ins-completion|
|i_CTRL-X_CTRL-D| definitions or macros
|i_CTRL-X_CTRL-O| Omni completion: clever completion
specifically for a file type
|i_CTRL-X_CTRL-R| words from registers
|i_CTRL-X_CTRL-R| contents from registers
etc.

Long line support. |'wrap'| |'linebreak'|
Expand Down