-
Notifications
You must be signed in to change notification settings - Fork 25
Create VimlParser vital-module #74
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
Open
haya14busa
wants to merge
15
commits into
vim-jp:master
Choose a base branch
from
haya14busa:vital-module
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
3dc8498
git mv autoload/vimlparser.vim autoload/vital/__vimlparser__/VimlPars…
haya14busa cd27075
make VimlParser vital module
haya14busa 0151895
fix vimlparser#test()
haya14busa 64653fb
Add comment for vital module
haya14busa bb0dbdb
fix extend broke s:VimlParser
haya14busa 02306ef
fix vimlparser path
haya14busa 1bab11e
fix s:numtoname
haya14busa ff7fecb
make
haya14busa 4ad8ba4
Merge branch 'master' into vital-module
haya14busa b2fb2c9
:visual to make exit code 0
haya14busa d4278fd
profile only main file
haya14busa 048634f
update scripts/update_builtin_commands.vim
haya14busa 190ad40
s/VimlParser/VimLParser/
haya14busa 62dad18
Merge branch 'master' into vital-module
haya14busa 67cead6
Add comments about public API as vital-module
haya14busa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the L24 below updated like this?
before:
after:
with vitalize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for writing vital API instead of autoload API.
And your "after" code should be:
According to https://github.com/vim-jp/vim-vimlparser/pull/74/files#diff-ec29e185fa61087ecf991ff8811a8acaR6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the first place, current example code is wrong...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍣