Skip to content

Commit 4eb1edc

Browse files
committed
Update usr_{05,41}.{txt,jax}
1 parent 527a8b2 commit 4eb1edc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

doc/usr_05.jax

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ Vim を起動すると、自動的にいくつものグローバルプラグイ
489489

490490
system plugin directory ~
491491
Unix ~/.vim/plugin/
492-
PC や OS/2 $HOME/vimfiles/plugin or $VIM/vimfiles/plugin
492+
PC $HOME/vimfiles/plugin or $VIM/vimfiles/plugin
493493
Amiga s:vimfiles/plugin
494494
Macintosh $VIM:vimfiles:plugin
495495
Mac OS X ~/.vim/plugin/

doc/usr_41.jax

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 8.2. Last change: 2019 Nov 21
1+
*usr_41.txt* For Vim バージョン 8.2. Last change: 2019 Dec 17
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1667,8 +1667,8 @@ Vim script において注意すべきことの概要を簡単に説明します
16671667
うな説明はありますが、手頃なチェックリストに使えるでしょう。
16681668

16691669
改行記号はシステムによって異なります。Unix では <NL> 文字が使われますが、
1670-
MS-DOS、Windows、OS/2 などでは <CR><LF> が使われます。末尾が <CR> になってい
1671-
るマップを使うときは注意してください|:source_crnl| 参照。
1670+
MS-Windows などでは <CR><LF> が使われます。末尾が <CR> になっているマップを使
1671+
うときは注意してください|:source_crnl| 参照。
16721672

16731673

16741674
空白
@@ -1849,8 +1849,8 @@ Vim script を書いて、それを多くの人に使ってもらうことがで
18491849

18501850
最初にプラグインの名前を決めなければなりません。プラグインが提供する機能が名前
18511851
から分かるようにしてください。また、他の人が作ったプラグインと名前がかぶらない
1852-
ようにしてください。古い Windows システムでの問題を避けるため、名前は 8 文字以
1853-
内にしてください
1852+
ようにしてください。古い MS-Windows システムでの問題を避けるため、名前は 8
1853+
字以内にしてください
18541854

18551855
例えばタイプミス (type mistake) を修正 (correct) するためのスクリプトなら
18561856
"typecorr.vim" という名前を付けたりします。ここではこれを例題として使います。

en/usr_05.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Then copy the file to your plugin directory:
472472

473473
system plugin directory ~
474474
Unix ~/.vim/plugin/
475-
PC and OS/2 $HOME/vimfiles/plugin or $VIM/vimfiles/plugin
475+
PC $HOME/vimfiles/plugin or $VIM/vimfiles/plugin
476476
Amiga s:vimfiles/plugin
477477
Macintosh $VIM:vimfiles:plugin
478478
Mac OS X ~/.vim/plugin/

en/usr_41.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 8.2. Last change: 2019 Nov 21
1+
*usr_41.txt* For Vim version 8.2. Last change: 2019 Dec 17
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1699,8 +1699,8 @@ Here is a summary of items that apply to Vim scripts. They are also mentioned
16991699
elsewhere, but form a nice checklist.
17001700

17011701
The end-of-line character depends on the system. For Unix a single <NL>
1702-
character is used. For MS-DOS, Windows, OS/2 and the like, <CR><LF> is used.
1703-
This is important when using mappings that end in a <CR>. See |:source_crnl|.
1702+
character is used. For MS-Windows and the like, <CR><LF> is used. This is
1703+
important when using mappings that end in a <CR>. See |:source_crnl|.
17041704

17051705

17061706
WHITE SPACE
@@ -1885,7 +1885,7 @@ First of all you must choose a name for your plugin. The features provided
18851885
by the plugin should be clear from its name. And it should be unlikely that
18861886
someone else writes a plugin with the same name but which does something
18871887
different. And please limit the name to 8 characters, to avoid problems on
1888-
old Windows systems.
1888+
old MS-Windows systems.
18891889

18901890
A script that corrects typing mistakes could be called "typecorr.vim". We
18911891
will use it here as an example.

0 commit comments

Comments
 (0)