Skip to content

Commit c6a5e11

Browse files
authored
Merge pull request #1959 from h-east/update-filetype
Update filetype.{txt,jax}
2 parents ae0a0bb + 41c8950 commit c6a5e11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/filetype.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Dec 04
1+
*filetype.txt* For Vim バージョン 9.1. Last change: 2025 Feb 20
22

33

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

752752
ローカルキーマップ:
753-
<LocalLeader>q or \\MailQuote
753+
<LocalLeader>q or \MailQuote
754754
ビジュアルモードでは選択されたテキストを、ノーマルモードではカーソルの
755755
位置からファイル末端までのテキストを引用する。これは全ての行に "> " が
756756
挿入されることを意味している。

en/filetype.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim version 9.1. Last change: 2024 Dec 04
1+
*filetype.txt* For Vim version 9.1. Last change: 2025 Feb 20
22

33

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

764764
Local mappings:
765-
<LocalLeader>q or \\MailQuote
765+
<LocalLeader>q or \MailQuote
766766
Quotes the text selected in Visual mode, or from the cursor position
767767
to the end of the file in Normal mode. This means "> " is inserted in
768768
each line.

0 commit comments

Comments
 (0)