fix autochdir
This commit is contained in:
parent
5391f9991b
commit
bb0e373faa
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue