Skip to content

Implementation of Euclidean Algorithim in VimL #654

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

Merged
merged 2 commits into from May 5, 2020
Merged

Implementation of Euclidean Algorithim in VimL #654

merged 2 commits into from May 5, 2020

Conversation

ghost
Copy link

@ghost ghost commented Nov 14, 2019

No description provided.

@ghost ghost changed the title Implementation of Euclidean Algorithim in Viml Implementation of Euclidean Algorithim in VimL Nov 14, 2019
@c252 c252 added Duplicate This is a duplicate of another pull request or issue. and removed Duplicate This is a duplicate of another pull request or issue. labels Nov 14, 2019
@ghost ghost requested a review from leios January 20, 2020 18:01
@leios
Copy link
Member

leios commented Apr 25, 2020

As a quick review, this looks good; however, it does not perfectly conform to the vimscript style guide: https://google.github.io/styleguide/vimscriptguide.xml, "when in doubt, treat vimscript like python style."

This guide said 2 space indenting, but 4 is probably also fine.

Admittedly, I am not sure if this is the right style guide or not, so if you were following a different guide, let me know!

Also: If you prefer not to use a guide for vimscript, that's fine for me. I don't mind merging it as is. Just let me know!

Copy link
Member

@leios leios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works on my end, and though it doesn't quite conform to the style guide, I am happy to merge it

@leios leios merged commit 96a691a into algorithm-archivists:master May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants