Skip to content

Commit d7f739b

Browse files
committed
Update several files
1 parent 106d4eb commit d7f739b

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

doc/usr_02.jax

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_02.txt* For Vim バージョン 7.4. Last change: 2010 Jul 20
1+
*usr_02.txt* For Vim バージョン 7.4. Last change: 2015 Apr 12
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -487,8 +487,8 @@ Vim にはオプションがたくさんあり、それを設定することで
487487
488488
:help E37
489489
490-
サマリー: *help-summary* >
491490
491+
概要: *help-summary* >
492492
:help
493493
< 一般的なヘルプを表示します。下へスクロールすると、全てのヘルプ
494494
ファイルの一覧を表示します。ここには独自に追加された、Vim標準
@@ -517,9 +517,11 @@ Vim にはオプションがたくさんあり、それを設定することで
517517
:help subject()
518518
< 関数 "subject" のヘルプ。 >
519519
:help -subject
520-
< コマンドラインオプション "-subject" のヘルプ。 >
520+
< コマンドライン引数 "-subject" のヘルプ。 >
521521
:help +subject
522522
< コンパイル時機能 "+subject" のヘルプ。 >
523+
:help /*
524+
< 正規表現 "*" のヘルプ。 >
523525
:help EventName
524526
< 自動コマンドイベント "EventName" のヘルプ。 >
525527
:help digraphs.txt

en/uganda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ child, you should have the intention to do this for at least one year.
194194

195195
How do you know that the money will be spent right? First of all you have my
196196
personal guarantee as the author of Vim. I trust the people that are working
197-
at the centre, I know them personally. Further more, the centre has been
197+
at the centre, I know them personally. Furthermore, the centre has been
198198
co-sponsored and inspected by World Vision, Save the Children Fund and is now
199199
under the supervision of Pacific Academy Outreach Society. The centre is
200200
visited about once a year to check the progress (at our own cost). I have

en/usr_02.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_02.txt* For Vim version 7.4. Last change: 2010 Jul 20
1+
*usr_02.txt* For Vim version 7.4. Last change: 2015 Apr 12
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -527,9 +527,11 @@ Summary: *help-summary* >
527527
:help subject()
528528
< Function "subject". >
529529
:help -subject
530-
< Command-line option "-subject". >
530+
< Command-line argument "-subject". >
531531
:help +subject
532532
< Compile-time feature "+subject". >
533+
:help /*
534+
< Regular expression item "*" >
533535
:help EventName
534536
< Autocommand event "EventName". >
535537
:help digraphs.txt

en/usr_03.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ MATCHING ANY SINGLE CHARACTER
532532

533533
The . (dot) character matches any existing character. For example, the
534534
pattern "c.m" matches a string whose first character is a c, whose second
535-
character is anything, and whose the third character is m. Example:
535+
character is anything, and whose third character is m. Example:
536536

537537
We use a computer that became the cummin winter. ~
538538
xxx xxx xxx

0 commit comments

Comments
 (0)