mirror of
https://github.com/amix/vimrc
synced 2025-07-03 14:14:59 +08:00
fix autochdir
This commit is contained in:
@ -4,7 +4,10 @@
|
||||
set nu
|
||||
|
||||
" the color I used to
|
||||
colorscheme desert
|
||||
"colorscheme desert
|
||||
|
||||
" change current directory when switching files
|
||||
set autochdir
|
||||
|
||||
let tmpcolumn=$COLUMNS
|
||||
execute "set columns=".tmpcolumn
|
||||
@ -15,7 +18,6 @@ execute "set columns=".tmpcolumn
|
||||
" ctags
|
||||
set tags=tags;
|
||||
set tags+=~/.vim/systags
|
||||
set autochdir
|
||||
|
||||
" cscope
|
||||
if has("cscope")
|
||||
|
Reference in New Issue
Block a user