Skip to content
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

Changed <Leader>a= to only align one = sign #721

Merged
merged 1 commit into from
May 1, 2015

Conversation

jazmit
Copy link
Contributor

@jazmit jazmit commented Feb 4, 2015

Currently <Leader>a= acting on the following:

a = b == 3
xyz = u == v

produces

a   = b = = 3
xyz = u = = v

.. which is probably not what the user intended.
Since aligning = almost always refers to assignment, it makes sense to only align the first one.

Currently `<Leader>a=` acting on the following:
````
a = b == 3
xyz = u == v
````
produces
````
a   = b = = 3
xyz = u = = v
````
.. which is probably not what the user intended.
Since aligning `=` almost always refers to assignment, it makes sense to only align the first one.
@bronzehedwick
Copy link
Contributor

👍

spf13 added a commit that referenced this pull request May 1, 2015
Changed `<Leader>a=` to only align one `=` sign
@spf13 spf13 merged commit aa93465 into spf13:3.0 May 1, 2015
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.

None yet

3 participants