diff --git a/doc/filetype.jax b/doc/filetype.jax index b28932ff6..90149fd02 100644 --- a/doc/filetype.jax +++ b/doc/filetype.jax @@ -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 @@ -750,7 +750,7 @@ MAIL *ft-mail-plugin* これにより|gq|で引用文を整形できる。 ローカルキーマップ: -q or \\MailQuote +q or \MailQuote ビジュアルモードでは選択されたテキストを、ノーマルモードではカーソルの 位置からファイル末端までのテキストを引用する。これは全ての行に "> " が 挿入されることを意味している。 diff --git a/en/filetype.txt b/en/filetype.txt index cbf038afd..7f338a561 100644 --- a/en/filetype.txt +++ b/en/filetype.txt @@ -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 @@ -762,7 +762,7 @@ Options: You can also format quoted text with |gq|. Local mappings: -q or \\MailQuote +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.