Skip to content

Commit 21a63b6

Browse files
authored
Merge pull request #1669 from vim-jp/hh-update-filetype
Update filetype.{txt,jax}
2 parents 37f36ec + 8d9d9ad commit 21a63b6

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

doc/filetype.jax

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Jul 16
1+
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Aug 21
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -746,9 +746,13 @@ Man {number} {name}
746746
nmap <F1> <Plug>ManPreGetPage
747747
748748
ローカルキーマップ:
749+
<Plug>ManBS
750+
<LocalLeader>h バッファからバックスペース <BS> 文字をクリアする。
749751
CTRL-] カーソルの下の単語についてのマニュアルページへ移動する。
750752
CTRL-T 直前のマニュアルページへ戻る。
751-
q |:quit| コマンドと同じ。
753+
754+
マッピングは以下で無効にできる: >
755+
let g:no_man_maps = 1
752756
753757
水平の代わりに垂直分割を使用するには: >
754758
let g:ft_man_open_mode = 'vert'

en/filetype.txt

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim version 9.1. Last change: 2024 Jul 16
1+
*filetype.txt* For Vim version 9.1. Last change: 2024 Aug 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -753,9 +753,13 @@ Global mapping:
753753
nmap <F1> <Plug>ManPreGetPage
754754
755755
Local mappings:
756+
<Plug>ManBS
757+
<LocalLeader>h Clear backspace <BS> characters from the buffer
756758
CTRL-] Jump to the manual page for the word under the cursor.
757759
CTRL-T Jump back to the previous manual page.
758-
q Same as the |:quit| command.
760+
761+
The mappings can be disabled with: >
762+
let g:no_man_maps = 1
759763
760764
To use a vertical split instead of horizontal: >
761765
let g:ft_man_open_mode = 'vert'
@@ -764,8 +768,8 @@ To use a new tab: >
764768
765769
To enable |folding|, use this: >
766770
let g:ft_man_folding_enable = 1
767-
If you do not like the default folding, use an |autocommand| to add your desired
768-
folding style instead. For example: >
771+
If you do not like the default folding, use an |autocommand| to add your
772+
desired folding style instead. For example: >
769773
autocmd FileType man setlocal foldmethod=indent foldenable
770774
771775
If you would like :Man {number} {name} to behave like man {number} {name} by

0 commit comments

Comments
 (0)