vim-python-pep8-indent icon indicating copy to clipboard operation
vim-python-pep8-indent copied to clipboard

s:_skip_special_chars: look at synstack

Open blueyed opened this issue 5 years ago • 1 comments

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

TODO:

  • [ ] performance impact? (initially skipped with https://github.com/Vimjas/vim-python-pep8-indent/pull/124)
  • [ ] test

blueyed avatar Feb 09 '20 10:02 blueyed

Codecov Report

Merging #133 into master will not change coverage by %. The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #133   +/-   ##
=======================================
  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% <50.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 60ba5e1...978a5cc. Read the comment docs.

codecov[bot] avatar Feb 09 '20 10:02 codecov[bot]