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

Fix padding of virtual buffers' paths #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix padding of virtual buffers' paths #9

wants to merge 2 commits into from

Conversation

igorepst
Copy link

@igorepst igorepst commented Jan 1, 2017

Hi @Yevgnen,
This fixes padding of virtual buffers' paths, in case the projectile mode isn't installed

@@ -4,6 +4,7 @@

;; Author: Yevgnen Koh <[email protected]>
;; Package-Requires: ((emacs "24.4") (ivy "0.8.0"))
;; Package-Version: 20161228.2022
Copy link
Owner

Choose a reason for hiding this comment

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

The package version is auto generated, so this line is not necessary.

ivy-rich.el Outdated
@@ -209,7 +211,7 @@ Currently the transformed format is
(format "%s%s%s"
filename
ivy-rich-switch-buffer-delimiter
(ivy-rich-switch-buffer-pad path (- (window-width) (length filename)))))
path))
Copy link
Owner

Choose a reason for hiding this comment

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

This line seems not related to issue, and is used for padding all the lines to same length. Can you describe the issue here?

@Yevgnen
Copy link
Owner

Yevgnen commented Jan 3, 2017

Thanks for reporting the issue. Also I find the unexpected delimiter when projectile is not used
screen shot 2017-01-03 at 10 33 40 am
I should fix it later, sorry the busy end of year here.

I've add come comments in your commit, can you please check them when you have time? Thank you!

@igorepst
Copy link
Author

Done

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