Y
Hacker News
new
|
ask
|
show
|
jobs
by
jamesgeck0
5162 days ago
Is that offloading the task of scanning file names to the find command?
1 comments
jpk
5162 days ago
Looks like find is piped into head, though. So it would only index the first ten?
link
aidenn0
5162 days ago
No, it's the first g:ctrlp_max_files which is defined as 10000
link
jpk
5162 days ago
Oh, true. Good call.
link