Vimjas / vim-python-pep8-indent

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

WIP: use b:_jedi_callsig_orig to get original line contents #98

Open blueyed opened 6 years ago

blueyed commented 6 years ago

Adds s:getline() and s:prevnonblank() wrappers.

Still problematic with searchpairpos etc (not using the s:getline wrapper..

codecov[bot] commented 6 years ago

Codecov Report

Merging #98 into master will increase coverage by 0.11%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   91.96%   92.08%   +0.11%     
==========================================
  Files           1        1              
  Lines         224      240      +16     
==========================================
+ Hits          206      221      +15     
- Misses         18       19       +1
Impacted Files Coverage Δ
indent/python.vim 92.08% <94.11%> (+0.11%) :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 b3a7395...dac9104. Read the comment docs.