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

Added extra functions for helm #160

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

Added extra functions for helm #160

wants to merge 4 commits into from

Conversation

andresm
Copy link

@andresm andresm commented Dec 27, 2019

When calling a function to open files or switch buffer, purpose
selects what function to use depending if ido-mode is enabled.
However, it is not using specific functions if helm-mode is
enabled e.g. helm-find-files instead of find-file.

The macro purpose-ido-caller now receives an extra argument for
a function to be called in case helm-mode is enabled.

When calling a function to open files or switch buffer, purpose
selects what function to use depending if ido-mode is enabled.
However, it is not using specific functions if helm-mode is
enabled e.g. helm-find-files instead of find-file.

The macro purpose-ido-caller now receives an extra argument for
a function to be called in case helm-mode is enabled.
@coveralls
Copy link

coveralls commented Dec 27, 2019

Coverage Status

Coverage increased (+0.05%) to 70.0% when pulling 38e8729 on andresm:master into f642196 on bmag:master.

The previous used emcas-26.1 needed some libraries that were not
present in Xenial, hence the tests failed.
When changing the buffer of a windows, force the buffer to be open on
the same window regardless whether the buffer is already open in
another window. This facilitates opening the same file on different
points without using a prefixed command.
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