Skip to content

Commit

Permalink
Update editing.jax
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jan 9, 2017
1 parent f77a504 commit f1fe145
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions doc/editing.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*editing.txt* For Vim バージョン 8.0. Last change: 2016 Sep 27
*editing.txt* For Vim バージョン 8.0. Last change: 2016 Nov 24


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -966,11 +966,12 @@ Note: オプション 'write' がオフのときは、どのファイルも書

*:wa* *:wall*
:wa[ll] 変更点のあるバッファを全て書き込む。ファイル名を持たな
いバッファや読み込み専用のバッファは書き込まれない。
{Vi にはない}
いバッファに対してはエラーメッセージが表示される。読み
込み専用のバッファは書き込まれない。{Vi にはない}

:wa[ll]! 変更点のあるバッファを、読み込み専用であっても全て書き
込む。ファイル名を持たないバッファは書き込まれない。
込む。ファイル名を持たないバッファは書き込まれず、エ
ラーメッセージが表示される。
{Vi にはない}


Expand Down
8 changes: 4 additions & 4 deletions en/editing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*editing.txt* For Vim version 8.0. Last change: 2016 Sep 27
*editing.txt* For Vim version 8.0. Last change: 2016 Nov 24


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -977,12 +977,12 @@ WRITING WITH MULTIPLE BUFFERS *buffer-write*

*:wa* *:wall*
:wa[ll] Write all changed buffers. Buffers without a file
name or which are readonly are not written. {not in
Vi}
name cause an error message. Buffers which are
readonly are not written. {not in Vi}

:wa[ll]! Write all changed buffers, even the ones that are
readonly. Buffers without a file name are not
written. {not in Vi}
written and cause an error message. {not in Vi}


Vim will warn you if you try to overwrite a file that has been changed
Expand Down

0 comments on commit f1fe145

Please sign in to comment.