1
0
mirror of https://github.com/amix/vimrc synced 2025-07-04 06:44:59 +08:00

fix autochdir

This commit is contained in:
qhuang
2013-06-05 13:42:42 +08:00
parent 5391f9991b
commit bb0e373faa

View File

@ -4,7 +4,10 @@
set nu set nu
" the color I used to " the color I used to
colorscheme desert "colorscheme desert
" change current directory when switching files
set autochdir
let tmpcolumn=$COLUMNS let tmpcolumn=$COLUMNS
execute "set columns=".tmpcolumn execute "set columns=".tmpcolumn
@ -15,7 +18,6 @@ execute "set columns=".tmpcolumn
" ctags " ctags
set tags=tags; set tags=tags;
set tags+=~/.vim/systags set tags+=~/.vim/systags
set autochdir
" cscope " cscope
if has("cscope") if has("cscope")