Skip to content
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

パスの書き方によってヒットしない #5

Closed
yuratomo opened this issue May 22, 2012 · 5 comments
Closed

パスの書き方によってヒットしない #5

yuratomo opened this issue May 22, 2012 · 5 comments

Comments

@yuratomo
Copy link

絶対パス指定や相対パス指定でjvgrepを実行するとヒットしないようです。

・ヒットするケース (ファイル指定)
cd c:\vim
jvgrep vim vimrc

・ヒットするケース (相対パス+ワイルドカード指定)
cd
jvgrep vim vim*/vimrc

・ヒットしないケース (絶対パス指定)
jvgrep vim c:\vim\vimrc

・ヒットしないケース (相対パス指定)
cd
jvgrep vim vim\vimrc

[確認環境]
os: windows xp
jvgrep: 2.2
vim: 7.3

@mattn
Copy link
Owner

mattn commented May 22, 2012

絶対パスでヒットしないとかwww

調査します。

@mattn
Copy link
Owner

mattn commented May 22, 2012

ただちょっと時間下さい。他の作業がありまして...

@yuratomo
Copy link
Author

全然急ぎじゃないので、お時間のあるときによろしくお願いします m(__)m

@mattn mattn closed this as completed in 8ae43c8 May 22, 2012
@mattn
Copy link
Owner

mattn commented May 22, 2012

修正しました。ありがとうございました。

@yuratomo
Copy link
Author

修復を確認しました。どうもありがとうございます。m(__)m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants