-
-
Notifications
You must be signed in to change notification settings - Fork 392
helm ignore start with .git
file. eg .gitignore
, and .gitconfig
#2009
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
Comments
ncaq <notifications@github.com> writes:
Expected behavior
If I input .git to helm-locate, helm display .gitignore, and .gitconfig.
Actual behavior (from emacs-helm.sh if possible, see note at the bottom)
helm ignore .gitignore and .gitconfig.
Use "\\.git/" and "\\.git$" in helm-boring-file-regexp-list instead of
just "\\.git/?".
…--
Thierry
|
thierryvolpiatto
pushed a commit
that referenced
this issue
Mar 31, 2018
* helm-lib.el (helm-boring-file-regexp-list): Do it.
I have updated |
ncaq
added a commit
to ncaq/helm
that referenced
this issue
Apr 1, 2018
…emacs-helm#2009 I changed regex for helm do not ignore .gitconfig. And, helm ignore .git directory and .git child directory.
thierryvolpiatto
pushed a commit
that referenced
this issue
Apr 2, 2018
changed: helm-boring-file-regexp-list: do not ignore .gitconfig closed #2009
thierryvolpiatto
pushed a commit
that referenced
this issue
Apr 9, 2018
And rename helm--current-buffer-narrowed-p to helm--current-buffer-narrowed. * helm.el (helm-resume): Do it.
thierryvolpiatto
pushed a commit
that referenced
this issue
Apr 10, 2018
otherwise there is no chance to get the region pos to resume. * helm-regexp.el (helm-occur): Do it.
thierryvolpiatto
pushed a commit
that referenced
this issue
Apr 10, 2018
possibly with eval-defun. * helm-regexp.el (helm-occur): Do it.
thierryvolpiatto
added a commit
that referenced
this issue
Apr 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
If I input
.git
tohelm-locate
, helm display.gitignore
, and.gitconfig
.Actual behavior (from
emacs-helm.sh
if possible, see note at the bottom)helm ignore
.gitignore
and.gitconfig
.Steps to reproduce (recipe)
emacs-helm.sh
helm-locate
\.git
Backtraces if any (
M-x toggle-debug-on-error
)Describe versions of Helm, Emacs, operating system, etc.
Are you using
emacs-helm.sh
to reproduce this bug (yes/no):yes
IMPORTANT NOTE
Helm provides a script named
emacs-helm.sh
which runs Helm in a neutralenvironment: no other packages and only minimal settings.
When possible, use it to reproduce your Helm issue to ensure no other package is
interfering.
To run it, simply switch to the directory where Helm is installed and call
./emacs-helm.sh
.Thanks.
The text was updated successfully, but these errors were encountered: