Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update intro from Vim 8.0 to 8.1 #217

Merged
merged 2 commits into from
Jun 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/intro.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*intro.txt* For Vim バージョン 8.0. Last change: 2017 Sep 04
*intro.txt* For Vim バージョン 8.1. Last change: 2018 Jan 24


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

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

Expand Down
4 changes: 2 additions & 2 deletions en/intro.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*intro.txt* For Vim version 8.0. Last change: 2017 Sep 04
*intro.txt* For Vim version 8.1. Last change: 2018 Jan 24


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

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