We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
call s:highlight_with(start + 1, printf('"\ze\%(^\[%%\]\|%s\)"', \ context.prompt_pattern), b:interactive.syntax)
autoload/vimshell/parser.vim|242 col 46| の pritnf ですが、これは
autoload/vimshell/parser.vim|242 col 46|
call s:highlight_with(start + 1, printf('"\ze\%%(^\[%%\]\|%s\)"', \ context.prompt_pattern), b:interactive.syntax)
でなくて大丈夫でしょうか?
The text was updated successfully, but these errors were encountered:
上記のパターンは \%( という Vim の正規表現なので問題ないです。
\%(
Sorry, something went wrong.
Fix #177 printf()
9b4b4a1
再度パターンを見ると問題があるように見えるので修正しました。 指摘ありがとうございます。
No branches or pull requests
autoload/vimshell/parser.vim|242 col 46|
の pritnf ですが、これはでなくて大丈夫でしょうか?
The text was updated successfully, but these errors were encountered: