Use early return to simplify code in a few files#11833
Closed
yegappan wants to merge 1 commit intovim:masterfrom
Closed
Use early return to simplify code in a few files#11833yegappan wants to merge 1 commit intovim:masterfrom
yegappan wants to merge 1 commit intovim:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11833 +/- ##
==========================================
+ Coverage 81.86% 81.87% +0.01%
==========================================
Files 164 164
Lines 193022 193079 +57
Branches 43765 43765
==========================================
+ Hits 158012 158079 +67
+ Misses 22186 22177 -9
+ Partials 12824 12823 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Jan 19, 2023
Problem: Code is indented more than necessary.
Solution: Use an early return where it makes sense. (Yegappan Lakshmanan,
closes vim/vim#11833)
vim/vim@f97a295
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
zeertzjq
added a commit
to neovim/neovim
that referenced
this pull request
Jan 19, 2023
Problem: Code is indented more than necessary.
Solution: Use an early return where it makes sense. (Yegappan Lakshmanan,
closes vim/vim#11833)
vim/vim@f97a295
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
yesean
pushed a commit
to yesean/neovim
that referenced
this pull request
Mar 25, 2023
Problem: Code is indented more than necessary.
Solution: Use an early return where it makes sense. (Yegappan Lakshmanan,
closes vim/vim#11833)
vim/vim@f97a295
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.