Skip to content

Translate bits remaining in english #180

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 1 commit into from
Feb 1, 2016
Merged
Changes from all 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
6 changes: 3 additions & 3 deletions doc/usr_03.jax
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
ルールで動きます。

単語は "." や "-"、")" といったアルファベット以外の文字で区切られます。Vimが何
を単語とみなすかは、'iskeyword' オプションの設定で変更できます。 If you try
this out in the help directly, 'iskeyword' needs to be reset for the examples
to work: >
を単語とみなすかは、'iskeyword' オプションの設定で変更できます。ヘルプで直接試
したい場合は正しく動作させる為に以下の様に 'iskeyword' をリセットする必要があ
ります: >
:set iskeyword&
空白を区切りとした単語(WORD)を移動することもできます。これは普段意識する単語
(word)とは若干違うため、大文字を使っています。WORD単位で動くコマンドは全部大
Expand Down