Present completions for "cd" with a final /
This commit is contained in:
		
							parent
							
								
									d7598a29f3
								
							
						
					
					
						commit
						4320c730db
					
				| 
						 | 
				
			
			@ -208,7 +208,8 @@
 | 
			
		|||
		 (esc #f)
 | 
			
		||||
		 (more)))
 | 
			
		||||
	   (lambda ()
 | 
			
		||||
	     (and (file-directory? file) file))))))
 | 
			
		||||
	     (and (file-directory? file)
 | 
			
		||||
                  (file-name-as-directory file)))))))
 | 
			
		||||
     (or (to-complete-prefix to-complete) (cwd))))
 | 
			
		||||
  (lambda (command args)
 | 
			
		||||
    (chdir (resolve-file-name (if (null? args)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue