-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update documentation for Go-Guru switch #7247
Conversation
@bogdanteleaga any feedback? Trying to get @edrex's work moved forward |
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.
LGTM
Go Oracle has been deprecated as of October 1, 2016, it's replacement is =go-guru=. | ||
|
||
If you would like to use the =goguru= bindings in your work, you will need to | ||
install it, and in your project you will need to set the scope with =SPC m f o=. |
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.
Keybindings should be surrounded with ~
.
It's not critical, but it would be nice if you fix your history, so it doesn't have that merge commit. It doesn't block me from merging (because I will simply cherry-pick two commits), but at least in future try to avoid such commits 😸 |
change to prefix for guru commands from `mr` to `mf` to separate from rename commands. Better prefix? Fixes syl20bnr#6772.
d445ba6
to
a41c3d3
Compare
Updated, and will avoid in the future |
Thanks! Squashed your two commits and cherry-picked in develop. You can safely delete your branch. |
This branch is based off of @edrex's work on switching the go layer to use go-guru (#6774). It updates the documentation to warn about Oracle's deprecation and a few usage notes on go-guru.