-
-
Couldn't load subscription status.
- Fork 5.9k
Fixing typographical errors #1088
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
Closed
Closed
Conversation
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
I left the old changelogs alone for historical value.
chrisbra
pushed a commit
to chrisbra/vim
that referenced
this pull request
Sep 29, 2016
Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes vim#1088)
desvp
pushed a commit
to desvp/vim
that referenced
this pull request
May 30, 2017
Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes vim#1088)
lonerover
added a commit
to lonerover/neovim
that referenced
this pull request
Jul 30, 2017
Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes vim/vim#1088) vim/vim@9af4184
justinmk
pushed a commit
to neovim/neovim
that referenced
this pull request
Jul 30, 2017
vim-patch:8.0.0012 Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes vim/vim#1088) vim/vim@9af4184 vim-patch:8.0.0046 version.c: mark 8.0.0046 applied vim-patch:8.0.0063 version.c: mark 8.0.0063 as NA patch
guns
added a commit
to guns/vim
that referenced
this pull request
Nov 22, 2017
* origin/master: Missing part of patch 8.0.0014 patch 8.0.0017 Problem: Cannot get the number of the current quickfix or location list. Solution: Use the current list if "nr" in "what" is zero. (Yegappan Lakshmanan) Remove debug command from test. patch 8.0.0016 Problem: Build fails. Solution: Include missing change. patch 8.0.0015 Problem: Can't tell which part of a channel has "buffered" status. Solution: Add an optional argument to ch_status(). Let ch_info() also return "buffered" for out_status and err_status. patch 8.0.0014 Problem: Crypt tests are old style. Solution: Convert to new style. patch 8.0.0013 Problem: Missing comma in list. Solution: Add the comma. Updated runtime files. patch 8.0.0012 Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes vim#1088) Fix patch applied twice. patch 8.0.0011 Problem: On OSX Test_pipe_through_sort_all() sometimes fails. Solution: Add the test to the list of flaky tests. patch 8.0.0010 Problem: Crash when editing file that starts with crypt yeader. (igor2x) Solution: Check for length of text. (Christian Brabandt) Add a test. patch 8.0.0009 Problem: Unecessary workround for AppVeyor. Solution: Revert patch 7.4.990. (Christian Brabandt)
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.
Mostly its --> it's in comments.
Apologies for being pedantic ;)
I've left changelogs alone as these are somewhat "historical"