Skip to content

Commit 3669a33

Browse files
authored
Merge pull request #1517 from vim-jp/hh-update-sevaral-files
Update {indent,map,starting,term}.{txt,jax}
2 parents 8d8104a + 4a05a31 commit 3669a33

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

doc/indent.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,5 +1238,5 @@ YAML *ft-yaml-indent*
12381238
しない。もしこれを有効化したい場合は、以下の変数を設定すること: >
12391239
12401240
let g:yaml_indent_multiline_scalar = 1
1241-
1241+
<
12421242
vim:tw=78:ts=8:noet:ft=help:norl:

doc/map.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim バージョン 9.1. Last change: 2024 Jan 25
1+
*map.txt* For Vim バージョン 9.1. Last change: 2024 May 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -975,9 +975,9 @@ Meta 修飾子には文字 "T" が使われます。例えば挿入モードで
975975
:imap <T-b> terrible
976976
977977
978-
1.12 SuperキーまたはCommandキーのマップ *:map-super-keys* *:map-cmd-key*
978+
1.12 SuperキーまたはCommandキーのマップ *:map-super-keys* *:map-cmd-key*
979979

980-
Super 修飾子は、Linux 上の GVim および Mac OS 上の MacVim の GUI モード
980+
Super 修飾子は、Linux 上の gVim および Mac OS 上の MacVim の GUI モード
981981
(|gui_running| が 1 の場合) で使用できます。Mac を使用している場合、これは
982982
Command キーを表し、GTK GUI を使用する Linux では、Super キーを表します。
983983
文字 "D" は、Super / Command 修飾子に使用されます。

doc/starting.jax

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.1. Last change: 2024 May 02
1+
*starting.txt* For Vim バージョン 9.1. Last change: 2024 May 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -103,9 +103,9 @@ rvim vim -Z "vim" の制限モードで起動 (|-Z| を参照)。 *rvim*
103103
rview vim -RZ "view" の制限モード。 *rview*
104104
rgvim vim -gZ "gvim" の制限モード。 *rgvim*
105105
rgview vim -RgZ "gview" の制限モード。 *rgview*
106-
evim vim -y 簡易操作のVim: set 'insertmode' (|-y| を参照) *evim*
107-
eview vim -yR "evim" と同じ。読み込み専用モード。 *eview*
108-
vimdiff vim -d 差分モードで起動 |diff-mode|
106+
evim vim -y 簡易操作のVim: set 'insertmode' (|-y| を参照) *evim*
107+
eview vim -yR "evim" と同じ。読み込み専用モード。 *eview*
108+
vimdiff vim -d 差分モードで起動 |diff-mode|
109109
gvimdiff vim -gd 差分モードで起動 |diff-mode|
110110

111111
これらの別名の後ろに付けられる文字は無視される。例えばGUIで起動するのに
@@ -790,8 +790,8 @@ Evimでは以下のオプションが標準設定から変更される:
790790
して、"vimrc" はVim特有のものである。|vimrc-intro|も参照。
791791

792792
個人の初期化ファイルの配置場所:
793-
Unix $HOME/.vimrc、$HOME/.vim/vimrc
794-
$XDG_CONFIG_HOME/vim/vimrc
793+
Unix $HOME/.vimrc、$HOME/.vim/vimrc
794+
または $XDG_CONFIG_HOME/vim/vimrc
795795
MS-Windows $HOME/_vimrc、$HOME/vimfiles/vimrc、
796796
$VIM/_vimrc
797797
Amiga s:.vimrc、home:.vimrc、home:vimfiles:vimrc、

doc/term.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim バージョン 9.1. Last change: 2024 Apr 14
1+
*term.txt* For Vim バージョン 9.1. Last change: 2024 May 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/indent.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,5 +1261,5 @@ By default, the yaml indent script does not try to detect multiline scalars.
12611261
If you want to enable this, set the following variable: >
12621262
12631263
let g:yaml_indent_multiline_scalar = 1
1264-
1264+
<
12651265
vim:tw=78:ts=8:noet:ft=help:norl:

en/map.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim version 9.1. Last change: 2024 Jan 25
1+
*map.txt* For Vim version 9.1. Last change: 2024 May 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -986,11 +986,11 @@ For the Meta modifier the "T" character is used. For example, to map Meta-b
986986
in Insert mode: >
987987
:imap <T-b> terrible
988988
989-
1.12 MAPPING SUPER-KEYS or COMMAND-KEYS *:map-super-keys* *:map-cmd-key*
989+
1.12 MAPPING SUPER-KEYS or COMMAND-KEYS *:map-super-keys* *:map-cmd-key*
990990

991-
The Super modifier is available in GUI mode (when |gui_running| is 1) for
992-
GVim on Linux and MacVim on Mac OS. If you're on a Mac, this represents the
993-
Command key, on Linux with the GTK GUI it represents the Super key.
991+
The Super modifier is available in GUI mode (when |gui_running| is 1) for gVim
992+
on Linux and MacVim on Mac OS. If you're on a Mac, this represents the Command
993+
key, on Linux with the GTK GUI it represents the Super key.
994994
The character "D" is used for the Super / Command modifier.
995995

996996
For example, to map Command-b in Insert mode: >

en/starting.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.1. Last change: 2024 May 02
1+
*starting.txt* For Vim version 9.1. Last change: 2024 May 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -104,9 +104,9 @@ rvim vim -Z Like "vim", but in restricted mode (see |-Z|) *rvim*
104104
rview vim -RZ Like "view", but in restricted mode. *rview*
105105
rgvim vim -gZ Like "gvim", but in restricted mode. *rgvim*
106106
rgview vim -RgZ Like "gview", but in restricted mode. *rgview*
107-
evim vim -y Easy Vim: set 'insertmode' (see |-y|) *evim*
108-
eview vim -yR Like "evim" in read-only mode *eview*
109-
vimdiff vim -d Start in diff mode |diff-mode|
107+
evim vim -y Easy Vim: set 'insertmode' (see |-y|) *evim*
108+
eview vim -yR Like "evim" in read-only mode *eview*
109+
vimdiff vim -d Start in diff mode |diff-mode|
110110
gvimdiff vim -gd Start in diff mode |diff-mode|
111111

112112
Additional characters may follow, they are ignored. For example, you can have
@@ -812,7 +812,7 @@ accordingly. Vim proceeds in this order:
812812

813813
Places for your personal initializations:
814814
Unix $HOME/.vimrc, $HOME/.vim/vimrc
815-
or $XDG_CONFIG_HOME/vim/vimrc
815+
or $XDG_CONFIG_HOME/vim/vimrc
816816
MS-Windows $HOME/_vimrc, $HOME/vimfiles/vimrc
817817
or $VIM/_vimrc
818818
Amiga s:.vimrc, home:.vimrc, home:vimfiles:vimrc

en/term.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim version 9.1. Last change: 2024 Apr 14
1+
*term.txt* For Vim version 9.1. Last change: 2024 May 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -382,8 +382,8 @@ The options are listed below. The associated termcap code is always equal to
382382
the last two characters of the option name. Only one termcap code is
383383
required: Cursor motion, 't_cm'.
384384

385-
The options 't_da', 't_db', 't_ms', 't_xs', 't_xn', 't_xo' represent flags in the
386-
termcap. When the termcap flag is present, the option will be set to "y".
385+
The options 't_da', 't_db', 't_ms', 't_xs', 't_xn', 't_xo' represent flags in
386+
the termcap. When the termcap flag is present, the option will be set to "y".
387387
But any non-empty string means that the flag is set. An empty string means
388388
that the flag is not set. 't_CS' works like this too, but it isn't a termcap
389389
flag.

0 commit comments

Comments
 (0)