Skip to content

printf の % が足りない #177

@syngan

Description

@syngan
      call s:highlight_with(start + 1, printf('"\ze\%(^\[%%\]\|%s\)"',
            \ context.prompt_pattern), b:interactive.syntax)

autoload/vimshell/parser.vim|242 col 46| の pritnf ですが、これは

      call s:highlight_with(start + 1, printf('"\ze\%%(^\[%%\]\|%s\)"',
            \ context.prompt_pattern), b:interactive.syntax)

でなくて大丈夫でしょうか?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions