let loaded_matchparen=1
runtime! ftplugin/man.vim

set nocp
set noshowmode
set noshowcmd
set ruler
"set noruler

set nobackup
set nowritebackup
set noundofile

set nohlsearch
set noincsearch

set ai
"set ts=4
"set sw=4
"set et

filetype off
"syntax on
set equalalways
"set textwidth=80
"set background=dark

set mouse=

if has("gui_running")
  set mouse=
  set guioptions-=m
  set guioptions-=T
  set guioptions-=r
  set guioptions-=L
  set columns=160
  set lines=70
  set guifont=Fixed\ Semi-Condensed\ 12
  set guicursor=a:block-Cursor-blinkon0
endif

if has("autocmd")
  augroup vimrcEx
  au!
  augroup END
endif

set path=/usr/src/sys,/usr/obj/usr/src/sys/ORB

map <C-A> ye:<C-F>i/\<<ESC>pa\><ESC><CR>
map <C-X> <ESC>:!exctags -R<CR><CR>
