Skip to content

Commit 77da3a7

Browse files
authored
Merge pull request #217 from mnishz/intro_for_Vim_8.1
Update intro from Vim 8.0 to 8.1
2 parents 66a8cad + 9618948 commit 77da3a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/intro.jax

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim バージョン 8.0. Last change: 2017 Sep 04
1+
*intro.txt* For Vim バージョン 8.1. Last change: 2018 Jan 24
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -806,7 +806,7 @@ Tip: 行を折り返したときに、行番号と行の表示を混ぜたくな
806806
コマンドの文字 'showcmd' on off
807807
カーソルの位置 'ruler' off off
808808

809-
現在のモードとは、"-- INSERT --" や "-- REPLACE --" のことです、'showmode'
809+
現在のモードとは、"-- INSERT --" や "-- REPLACE --" のことです、|'showmode'|
810810
を参照。コマンドの文字とは、入力されて、まだ実行されていないコマンドのことで
811811
す。{Vi は入力した文字やカーソルの位置を表示しません}
812812

en/intro.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim version 8.0. Last change: 2017 Sep 04
1+
*intro.txt* For Vim version 8.1. Last change: 2018 Jan 24
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -138,7 +138,7 @@ There are two ways to report bugs, both work:
138138
see the message. If you don't want that, e.g. because it is a security
139139
issue, send it to <[email protected]>, this only goes to the Vim maintainer
140140
(that's Bram).
141-
2. Open issue on GitHub: https://github.com/vim/vim/issues
141+
2. Open an issue on GitHub: https://github.com/vim/vim/issues
142142
The text will be forwarded to the vim-dev maillist.
143143

144144
Please be brief; all the time that is spent on answering mail is subtracted

0 commit comments

Comments
 (0)