Skip to content

みんなでちょっとずつ usr_02.jax を翻訳していくスレ #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Feb 13, 2016
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions doc/usr_02.jax
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,10 @@ Vim にはオプションがたくさんあり、それを設定することで

概要: *help-summary* >

1) Use Ctrl-D after typing a topic and let Vim show all available topics.
Or press Tab to complete: >
1) トピックをタイプした後、あり得るトピック全てを表示させるには Ctrl-D を使います
もしくはタブで補完します: >
:help some<Tab>
< More information on how to use the help: >
< help の使い方に関するより詳しい情報については: >
:help helphelp

2) Follow the links in bars to related help. You can go from the detailed
Expand Down Expand Up @@ -650,17 +650,17 @@ Vim にはオプションがたくさんあり、それを設定することで
21) Quickfix commands usually start with :c while location list commands
usually start with :l

22) Autocommand events can be found by their name: >
22) Autocommand イベントはそれらの名前で見つける事が出来る: >
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

出来る -> 出来ます

:help BufWinLeave
< To see all possible events: >
< 全てのイベントを見るには: >
:help autocommands-events

23) Command-line switches always start with "-". So for the help of the -f
command switch of Vim use: >
:help -f

24) Optional features always start with "+". To find out about the
conceal feature use: >
24) オプションの機能は常に "+" から始まります。 conceal 機能の使い方に付いて調
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

付いて -> ついて

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

べるのであれば: >
:help +conceal

25) Documentation for included filetype specific functionality is usually
Expand Down