-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
83 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
|
||
*cscope* *Cscope* | ||
この文章はVimにおけるcscopeインターフェースの使い方について述べている。 | ||
この文章はVimにおけるcscopeインターフェイスの使い方について述べている。 | ||
|
||
cscopeはctagsのようなツールであるが、ctagsよりも多くの機能が提供されるので | ||
ctagsの代わりとみなせる。Vimではタグにジャンプするように、cscopeクエリの結果へ | ||
|
@@ -73,12 +73,12 @@ ctagsの代わりとみなせる。Vimではタグにジャンプするように | |
ファイルを編集するためのエディタを指定してあると、普段viでCtrl-]や:tagコマンド | ||
でやっているようなタグからタグへの単純なジャンプはできなくなる。 | ||
|
||
Vimのcscopeインターフェースはcscopeの行指向インターフェースを利用することでこ | ||
Vimのcscopeインターフェイスはcscopeの行指向インターフェイスを利用することでこ | ||
れを行い、実クエリに対する出力を解釈する。cscopeのクエリの結果は最終的に通常の | ||
tagsのようになるので、普通のタグのようなジャンプ操作 (Ctrl-]や:tag) を行うこと | ||
ができ、タグスタックをCtrl-Tで逆に辿ることも可能になる。(しかしキーマップの再 | ||
定義やコマンドやオプションの設定をしないで、まったく単純にCtrl-]や:tagと同じよ | ||
うにジャンプできるわけではないことに注意して欲しい。cscopeインターフェースがど | ||
うにジャンプできるわけではないことに注意して欲しい。cscopeインターフェイスがど | ||
のように働くのか、どういう使い方が提案されているのかは残りのセクションを参 | ||
照。) | ||
|
||
|
@@ -114,7 +114,7 @@ tagsのようになるので、普通のタグのようなジャンプ操作 (Ct | |
|
||
使用法 :cs find {querytype} {name} | ||
|
||
{querytype}は実際のcscopeのラインインターフェース | ||
{querytype}は実際のcscopeのラインインターフェイス | ||
の番号(デフォルトのnviコマンド)に対応する: | ||
|
||
0 or s: Cのシンボルを検索 | ||
|
@@ -468,9 +468,9 @@ SGIの開発者もまた入手可能である。このページからCscopeを | |
古いcscopeのクローン("cs" という名)のソースコードがネットで入手可能である。た | ||
だし様々な理由で、これはVimではサポートされない。 | ||
|
||
オリジナルのcscopeインターフェース/サポートはAndy Kahn <[email protected]>に | ||
オリジナルのcscopeインターフェイス/サポートはAndy Kahn <[email protected]>に | ||
よって書かれた。元となった構造(かなり小さいコードだった)はnviのcscopeインター | ||
フェースから改作された。問題、提案、パッチそのほか何でも、Vimでcscopeを使うの | ||
フェイスから改作された。問題、提案、パッチそのほか何でも、Vimでcscopeを使うの | ||
に何か持っているものがあれば彼に送って欲しい。 | ||
{訳注: もちろん日本語では送らないで下さい} | ||
*cscope-win32* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,14 @@ | |
|
||
Perl と Vim *perl* *Perl* | ||
|
||
1. Perl のファイルを編集する |perl-editing| | ||
2. Perl インタフェイス付きのコンパイル |perl-compiling| | ||
3. Perl インタフェイスを使う |perl-using| | ||
4. 動的ローディング |perl-dynamic| | ||
1. Perl のファイルを編集する |perl-editing| | ||
2. Perl インターフェイス付きのコンパイル |perl-compiling| | ||
3. Perl インターフェイスを使う |perl-using| | ||
4. 動的ローディング |perl-dynamic| | ||
|
||
{Vi にはこれらのコマンドはありません} | ||
|
||
Perl インタフェイスは、Vim を |+perl| 機能付きでコンパイルしている場合にのみ | ||
Perl インターフェイスは、Vim を |+perl| 機能付きでコンパイルしている場合にのみ | ||
利用できます。 | ||
|
||
============================================================================== | ||
|
@@ -33,13 +33,13 @@ Perl スクリプトの "pltags.pl" を使うこともできます。これは $ | |
ディレクトリにあります。これは今のところ最新のctagsよりも高機能です。 | ||
|
||
============================================================================== | ||
2. Perl インタフェイス付きのコンパイル *perl-compiling* | ||
2. Perl インターフェイス付きのコンパイル *perl-compiling* | ||
|
||
Perl インタフェイス付きで Vim をコンパイルするには、5.004 もしくはそれ以上のバー | ||
ジョンの Perl が必要です。Perl は Vim をコンパイルする前にインストールしておか | ||
なければなりません。Vim の Perl インタフェイスは、公式にリリースされたバージョ | ||
ンである Perl 5.003 では動作しません! Perl 5.003_05 もしくはそれ以上であれば、 | ||
たぶん動作するでしょう。 | ||
Perl インターフェイス付きで Vim をコンパイルするには、5.004 もしくはそれ以上の | ||
バージョンの Perl が必要です。Perl は Vim をコンパイルする前にインストールして | ||
おかなければなりません。Vim の Perl インターフェイスは、公式にリリースされた | ||
バージョンである Perl 5.003 では動作しません! Perl 5.003_05 もしくはそれ以上で | ||
あれば、たぶん動作するでしょう。 | ||
|
||
Vim への Perl パッチは、次の方によって作成されました: | ||
Sven Verdoolaege <[email protected]> | ||
|
@@ -50,7 +50,7 @@ http://www.perl.com/ | |
ActiveState のものも動作するでしょう。 | ||
|
||
============================================================================== | ||
3. Perl インタフェイスを使う *perl-using* | ||
3. Perl インターフェイスを使う *perl-using* | ||
|
||
*:perl* *:pe* | ||
:pe[rl] {cmd} Perl コマンド {cmd} を実行します。現在のパッケージは | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.