Uh oh!
There was an error while loading. Please reload this page.
Fix vint errors - #136
Merged
Merged
Conversation
tyru
commented
Aug 1, 2019
MemberAuthor
travis checks are not showed... wtf? @blueyed do you know something about this...? ;) |
tyru
commented
Aug 1, 2019
MemberAuthor
@blueyed and can you review this? |
tyru
commented
Aug 1, 2019
| function! s:numtoname(num) abort | ||
| let sig = printf("function('%s')", a:num) | ||
| for k in keys(s:) | ||
| if type(s:[k]) == type({}) |
MemberAuthor
There was a problem hiding this comment.
why vint does not show error about this? 🤔
tyru
commented
Aug 1, 2019
MemberAuthor
tyru
commented
Aug 2, 2019
MemberAuthor
Fixed |
tyru
commented
Aug 2, 2019
MemberAuthor
@blueyed review please 🙏 |
blueyed
commented
Aug 3, 2019
Contributor
Trying a different approach in #139. |
blueyed
commented
Aug 3, 2019
Contributor
I think #139 is slightly better by using "checkvim". |
blueyed
commented
Aug 3, 2019
Contributor
We can pick your fixed into it - or the other way around. |
This reverts commit e3cc2f8.
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 freeto 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.



Fix#111