Skip to content

Commit d52bb0c

Browse files
committed
added workaround for a bug in vim not fixed yet in ubuntu
1 parent 268c1e9 commit d52bb0c

File tree

1 file changed

+4
-0
lines changed
  • provisioning/roles/vim/files

1 file changed

+4
-0
lines changed

provisioning/roles/vim/files/.vimrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,8 @@ colorscheme torte
7676

7777
let g:syntastic_aggregate_errors = 1
7878

79+
" workaround https://github.com/vim/vim/issues/704
80+
" which is not fixed in ubuntu
81+
autocmd VimEnter * set autochdir
82+
7983
execute pathogen#infect()

0 commit comments

Comments
 (0)