Skip to content

Commit 2a92794

Browse files
committed
Update manpage
Import the latest manpage from a commit just after v8.0.1157: vim/vim@24a98a0
1 parent 21ba51d commit 2a92794

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

runtime/doc/vim-ja.UTF-8.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ N を省略した場合は、引数のファイルを個別のタブページで
280280
ぐことができます。
281281
ファイルを保存したい場合は、":w!" のように、Ex コマンドに感嘆符を付けてくだ
282282
さい。
283-
\-R オプションは \-n オプションの効果も含んでいます (下記参照)。
283+
\-R オプションは \-n オプションの効果も含んでいます (上記参照)。
284284
オプション 'readonly' は ":set noro" でオフにできます。
285285
詳しくは ":help 'readonly'" を参照してください。
286286
.TP

runtime/doc/vim.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.TH VIM 1 "2006 Apr 11"
22
.SH NAME
3-
vim \- Vi IMproved, a programmers text editor
3+
vim \- Vi IMproved, a programmer's text editor
44
.SH SYNOPSIS
55
.br
66
.B vim
@@ -325,7 +325,7 @@ You can still edit the buffer, but will be prevented from accidentally
325325
overwriting a file.
326326
If you do want to overwrite a file, add an exclamation mark to the Ex command,
327327
as in ":w!".
328-
The \-R option also implies the \-n option (see below).
328+
The \-R option also implies the \-n option (see above).
329329
The 'readonly' option can be reset with ":set noro".
330330
See ":help 'readonly'".
331331
.TP

0 commit comments

Comments
 (0)