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 indent of "elif" after "else" #128

Closed blueyed closed 5 years ago

blueyed commented 5 years ago

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

codecov[bot] commented 5 years ago

Codecov Report

Merging #128 into master will increase coverage by 0.3%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #128     +/-   ##
=========================================
+ Coverage   91.58%   91.89%   +0.3%     
=========================================
  Files           1        1             
  Lines         214      222      +8     
=========================================
+ Hits          196      204      +8     
  Misses         18       18
Impacted Files Coverage Δ
indent/python.vim 91.89% <100%> (+0.3%) :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 8c347a6...8da8888. Read the comment docs.