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

vim: add "--skip-string-normalization" support #310

Merged
merged 1 commit into from
Jun 6, 2018

Commits on Jun 6, 2018

  1. vim: add "--skip-string-normalization" support

    Since 18.6b0 was released, there has been a new option to skip string
    normalization when Black is called, but it wasn't able to be specified
    from within the vim plugin. This commit adds that functionality.
    
    Tested with g:black_skip_string_normalization set to 0 (off) and 1 (on).
    dotwaffle committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    bf3b3e0 View commit details
    Browse the repository at this point in the history