Skip to content

Commit

Permalink
runtime(man): Update man page
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Aug 14, 2024
1 parent 57f5d0d commit b93a843
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions runtime/doc/vim-ja.UTF-8.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH VIM 1 "2024 Jun 04"
.TH VIM 1 "2024 Aug 03"
.SH 名前
vim \- Vi IMproved, プログラマのテキストエディタ
.SH 書式
Expand Down Expand Up @@ -371,7 +371,9 @@ Vi モードで起動します。
\-w と同じですが、ファイルがすでに存在した場合は上書きされます。
.TP
\-x
ファイルを暗号化して書き込みます。暗号化キーの入力プロンプトが表示されます。
.B Vim
が暗号化機能付きでコンパイルされている場合、ファイルを暗号化して書き込みます。
暗号化キーの入力プロンプトが表示されます。
.TP
\-X
X サーバーと通信しません。端末での起動時間を短くできます。
Expand Down
7 changes: 5 additions & 2 deletions runtime/doc/vim.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH VIM 1 "2024 Jun 04"
.TH VIM 1 "2024 Aug 03"
.SH NAME
vim \- Vi IMproved, a programmer's text editor
.SH SYNOPSIS
Expand Down Expand Up @@ -433,7 +433,10 @@ If the {scriptout} file exists, characters are appended.
Like \-w, but an existing file is overwritten.
.TP
\-x
Use encryption when writing files. Will prompt for a crypt key.
If
.B Vim
has been compiled with encryption support, use encryption when writing files.
Will prompt for a crypt key.
.TP
\-X
Don't connect to the X server. Shortens startup time in a terminal, but the
Expand Down

0 comments on commit b93a843

Please sign in to comment.