mirror of
				https://github.com/akelge/vim
				synced 2025-11-03 23:14:25 +00:00 
			
		
		
		
	Changed cdb to cd to dir and cdb to files
This commit is contained in:
		@ -1 +1,5 @@
 | 
			
		||||
cd `dirname $1`
 | 
			
		||||
if [ -d $1 ]; then
 | 
			
		||||
    cd $1
 | 
			
		||||
else
 | 
			
		||||
    cd `dirname $1`
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user