Vimjas / vim-python-pep8-indent

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

Fix outer "elif" with inner "if" #136

Closed blueyed closed 4 years ago

blueyed commented 4 years ago

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #136 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #136   +/-   ##
=======================================
  Coverage   91.96%   91.96%           
=======================================
  Files           1        1           
  Lines         224      224           
=======================================
  Hits          206      206           
  Misses         18       18           
Impacted Files Coverage Δ
indent/python.vim 91.96% <100.00%> (ø)

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 b3a7395...c1e32ba. Read the comment docs.