Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
08c73ed2
Commit
08c73ed2
authored
Jun 12, 2013
by
Eyal Lotem
Committed by
Glenn Morris
Jun 12, 2013
Browse files
* ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold (tiny change)
Fixes: debbugs:13003
parent
a7f3fecc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/ido.el
lisp/ido.el
+1
-1
No files found.
lisp/ChangeLog
View file @
08c73ed2
...
...
@@ -4,6 +4,8 @@
2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
* ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
* ido.el (ido-delete-ignored-files): New function,
split from ido-make-file-list-1.
(ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
lisp/ido.el
View file @
08c73ed2
...
...
@@ -3288,7 +3288,7 @@ for first matching file."
(
shell-command-to-string
(
concat
"find "
(
shell-quote-argument
dir
)
" -name "
(
if
ido-case-fold
" -iname "
" -name "
)
(
shell-quote-argument
(
concat
(
if
prefix
""
"*"
)
file
"*"
))
" -type "
(
if
finddir
"d"
"f"
)
" -print"
)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment