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 E127 #102

Closed blueyed closed 6 years ago

blueyed commented 6 years ago

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

codecov[bot] commented 6 years ago

Codecov Report

Merging #102 into master will increase coverage by 0.5%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #102     +/-   ##
=========================================
+ Coverage   90.23%   90.74%   +0.5%     
=========================================
  Files           1        1             
  Lines         215      216      +1     
=========================================
+ Hits          194      196      +2     
+ Misses         21       20      -1
Impacted Files Coverage Δ
indent/python.vim 90.74% <100%> (+0.5%) :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 c5e3545...5b4c03e. Read the comment docs.