Skip to content
Snippets Groups Projects
Commit 19f0604c authored by HD Moore's avatar HD Moore Committed by Connor Atherton
Browse files
parent 9d1114d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8441,6 +8441,8 @@ module RbReadline
 
if (@rl_filename_completion_desired)
filename = File.expand_path(text)
return temp_string_index unless File.exists? filename
s = (nontrivial_match && !@rl_completion_mark_symlink_dirs) ?
File.lstat(filename) : File.stat(filename)
if s.directory?
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment