Skip to content

Fix indent of "elif" after "else" #128

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

Merged
merged 2 commits into from
May 11, 2019
Merged

Fix indent of "elif" after "else" #128

merged 2 commits into from
May 11, 2019

Conversation

blueyed
Copy link
Member

@blueyed blueyed commented May 11, 2019

Fixes #125.

@codecov
Copy link

codecov bot commented May 11, 2019

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%) ⬆️

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.

@blueyed blueyed merged commit 784f6cc into Vimjas:master May 11, 2019
@blueyed blueyed deleted the fix-125 branch May 11, 2019 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect indentation of 'elif' within nested 'if' statements
1 participant