Browse Source

change cwd to current file dir

git-svn-id: file:///usr/local/svn/util/trunk@13 29942e26-f7dc-dc11-b955-0002b3153201
master
leto 17 years ago
parent
commit
d5c90c87d6
  1. 2
      config/.vimrc

2
config/.vimrc

@ -1,6 +1,8 @@
let $PAGER = 'less'
let $LESS = 'dQFe'
autocmd BufEnter * lcd %:p:h
au FileType pl,pm,t set filetype=perl
au FileType tex,bib set filetype=tex
au FileType text setlocal tw=78

Loading…
Cancel
Save