Skip to content

Fix indent with pythonTodo at end of line #124

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

Conversation

blueyed
Copy link
Member

@blueyed blueyed commented Apr 20, 2019

"pythonTodo" is contained in "pythonComment".
Fix it by adding "pythonTodo" to the pattern to match special chars.

An alternative might be using synstack() to get to "pythonComment"
still, but this is not really necessary (and likely slower).

"pythonTodo" is contained in "pythonComment".
Fix it by adding "pythonTodo" to the pattern to match special chars.

An alternative might be using `synstack()` to get to "pythonComment"
still, but this is not really necessary (and likely slower).
@blueyed blueyed added the bug label Apr 20, 2019
@codecov
Copy link

codecov bot commented May 11, 2019

Codecov Report

Merging #124 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   91.54%   91.58%   +0.03%     
==========================================
  Files           1        1              
  Lines         213      214       +1     
==========================================
+ Hits          195      196       +1     
  Misses         18       18
Impacted Files Coverage Δ
indent/python.vim 91.58% <100%> (+0.03%) ⬆️

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 84f35c0...e218380. Read the comment docs.

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

Successfully merging this pull request may close these issues.

1 participant