" ======================================================================= " File: $HOME/.vimrc " Purpose: Setup file for the editor Vim (Vi IMproved) " It simply makes Vim source (read in " and execute) two other setup files: " vimrc.forall - a setup for all other users " on the current system (like /etc/vimrc); and " then vimrc.mine - my own, private setup file. " Author: Sven Guckes vim-setup(at)guckes(dot)net " Web: http://www.guckes.net/vim/ " Size: just one kilobyte with this note. " Latest change: Mon Apr 07 05:00:00 CEST 2008 " ======================================================================= source ~/.vim/vimrc.forall source ~/.vim/vimrc.mine source ~/.vim/plugin/taboo.vim " THPXRF EOF