-
-
Notifications
You must be signed in to change notification settings - Fork 326
plugins/vim-repeat: init #2154
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
plugins/vim-repeat: init #2154
Conversation
Since |
Can you run: # These two commands will squash everything into one commit
# You could also do this interactively using `git rebase upstream/main -i`
git reset --soft b243f6aab4511cdcb71189948ce557eb3d4617e2
git commit --amend --no-edit
# This assumes you have our repo configured as a remote named "upstream":
# It will rebase your changes on top of ours
git fetch upstream
git rebase upstream/main
# This will push the changes
git push --force-with-lease |
aef3965
to
b9663f3
Compare
Done. |
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.
We can remove the superfluous stuff; no need to have a settingsExample
when there's no settings
option, etc 😀
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.
I don't see any issues. If you're able to squash & rebase that'd be amazing 😁
Sure. Gladly. |
bda469d
to
18d4ed4
Compare
Done. |
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 9248da3 |
18d4ed4
to
9248da3
Compare
This PR adds the following: https://search.nixos.org/packages?channel=24.05&show=vimPlugins.vim-repeat&from=0&size=50&sort=relevance&type=packages&query=vim-repeat.
https://github.com/tpope/vim-repeat/
Thanks in advance.