Vimjas / vim-python-pep8-indent

A nicer Python indentation style for vim.
Creative Commons Zero v1.0 Universal
786 stars 69 forks source link

Handle byte strings in s:skip_special_chars #113

Closed blueyed closed 6 years ago

blueyed commented 6 years ago

Fixes https://github.com/Vimjas/vim-python-pep8-indent/issues/72. Closes https://github.com/Vimjas/vim-python-pep8-indent/pull/71. Closes https://github.com/Vimjas/vim-python-pep8-indent/pull/68.

codecov[bot] commented 6 years ago

Codecov Report

Merging #113 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #113   +/-   ##
=======================================
  Coverage   92.75%   92.75%           
=======================================
  Files           1        1           
  Lines         207      207           
=======================================
  Hits          192      192           
  Misses         15       15
Impacted Files Coverage Δ
indent/python.vim 92.75% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7665325...a62718a. Read the comment docs.