mirror of
https://github.com/amix/vimrc
synced 2025-07-04 06:44:59 +08:00
fix autochdir
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user