Skip to content

Commit 5dfcedb

Browse files
authored
Merge pull request #1719 from vim-jp/hh-update-indent
Update indent.{txt,jax}
2 parents 124bb73 + 0fa82fc commit 5dfcedb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/indent.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -115,8 +115,8 @@ e "else" で始まる行の2つ目の 'e' をタイプした時にインデン
115115
インデント再調整を行いたいのならば、それぞれ "<o>", "<O>", "<e>", "<0>", "<<>",
116116
"<>>", "<*>", "<:>" そして "<!>" を使用する。
117117

118-
Enterを押す度ではなくemacsのようにTabキーを押した時にだけインデントを行うよう
119-
にするには、次の設定を提案する: >
118+
<Enter> を押す度ではなく emacs のように <Tab> を押した時にだけインデントを行う
119+
ようにするには、次の設定を提案する: >
120120
:set cinkeys=0{,0},:,0#,!<Tab>,!^F
121121
その時には 'autoindent' もオフにしたほうが良いかもしれない。
122122

en/indent.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*indent.txt* For Vim version 9.1. Last change: 2024 Feb 29
1+
*indent.txt* For Vim version 9.1. Last change: 2024 Oct 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -117,7 +117,7 @@ If you really want to reindent when you type 'o', 'O', 'e', '0', '<', '>',
117117
"<!>", respectively, for those keys.
118118

119119
For an emacs-style indent mode where lines aren't indented every time you
120-
press <Enter> but only if you press <Tab>, I suggest:
120+
press <Enter> but only if you press <Tab>, I suggest: >
121121
:set cinkeys=0{,0},:,0#,!<Tab>,!^F
122122
You might also want to switch off 'autoindent' then.
123123

0 commit comments

Comments
 (0)