Vimjas / vim-python-pep8-indent

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

Fix indenting of "else" with outer if #112

Closed blueyed closed 6 years ago

blueyed commented 6 years ago

Fixes https://github.com/Vimjas/vim-python-pep8-indent/issues/97.

codecov[bot] commented 6 years ago

Codecov Report

Merging #112 into master will decrease coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
- Coverage   92.89%   92.75%   -0.14%     
==========================================
  Files           1        1              
  Lines         211      207       -4     
==========================================
- Hits          196      192       -4     
  Misses         15       15
Impacted Files Coverage Δ
indent/python.vim 92.75% <100%> (-0.14%) :arrow_down:

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 b0d020f...0cd83eb. Read the comment docs.