mirror of https://github.com/akelge/vim
Changed cdb to cd to dir and cdb to files
This commit is contained in:
parent
051731fd61
commit
4ba7d2b2b2
|
@ -1 +1,5 @@
|
||||||
|
if [ -d $1 ]; then
|
||||||
|
cd $1
|
||||||
|
else
|
||||||
cd `dirname $1`
|
cd `dirname $1`
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue