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
4 changes: 2 additions & 2 deletions doc/filetype.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Dec 04
*filetype.txt* For Vim バージョン 9.1. Last change: 2025 Feb 20


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -750,7 +750,7 @@ MAIL *ft-mail-plugin*
これにより|gq|で引用文を整形できる。

ローカルキーマップ:
<LocalLeader>q or \\MailQuote
<LocalLeader>q or \MailQuote
ビジュアルモードでは選択されたテキストを、ノーマルモードではカーソルの
位置からファイル末端までのテキストを引用する。これは全ての行に "> " が
挿入されることを意味している。
Expand Down
4 changes: 2 additions & 2 deletions en/filetype.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*filetype.txt* For Vim version 9.1. Last change: 2024 Dec 04
*filetype.txt* For Vim version 9.1. Last change: 2025 Feb 20


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -762,7 +762,7 @@ Options:
You can also format quoted text with |gq|.

Local mappings:
<LocalLeader>q or \\MailQuote
<LocalLeader>q or \MailQuote
Quotes the text selected in Visual mode, or from the cursor position
to the end of the file in Normal mode. This means "> " is inserted in
each line.
Expand Down