Skip to content

Commit

Permalink
translate the word "tilde" consistently (Issue #44)
Browse files Browse the repository at this point in the history
チルド -> チルダ
  • Loading branch information
k-takata committed Jun 13, 2012
1 parent 7e292a5 commit 187469d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim_faq/vim_faq.jax
Original file line number Diff line number Diff line change
Expand Up @@ -2793,7 +2793,7 @@ CTRL-Aで数字を増加、CTRL-Xで減少させることができます。ま
2回目の":s"では、検索パターンが指定されていないので、最初の":s"のパターンが使
われます。

検索パターンは変えたいが、置換語を同じものにしたい場合は、チルド文字を使いま
検索パターンは変えたいが、置換語を同じものにしたい場合は、チルダ文字を使いま
す: >
:s/newpattern/~/
Expand Down

0 comments on commit 187469d

Please sign in to comment.