[RFC] More Typo Fixes #1111
Merged
[RFC] More Typo Fixes #1111
Conversation
4b046e3
to
b5b9791
runtime/syntax/specman.vim
Outdated
@@ -111,7 +111,7 @@ syn region specmanString start=+"+ end=+"+ | |||
|
|||
|
|||
"********************************************************************** | |||
" I took this section from c.vim but I didnt succeded to make it work | |||
" I took this section from c.vim but I didnt succeeded to make it work |
war1025
Aug 24, 2014
Contributor
This block needs more work still
This block needs more work still
epmatsw
Aug 24, 2014
Author
Contributor
Updated. I didn't actually look at the grammar on this one :/
Updated. I didn't actually look at the grammar on this one :/
Thanks! |
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.
Fixing some more misspellings. I've been working on a script that does this automatically and I've been using Neovim's code to test it, so I figured I might as well contribute the fixes back.