set nu filetype plugin on set shellslash filetype indent on colorscheme koehler syn on set wrap! set autoindent set backspace=indent,eol,start set guifont=DejaVu\ Sans\ Mono\ bold\ 10 set guioptions+=b map ,* :s/^\(.*\)$/\/\* \1 \*\//:nohlsearch map ,1 :s/^\(.*\)/\! \1 /:nohlsearch map ,/ :s/^/\/\//:nohlsearch map ,c :s#^\(\! \)##:nohlsearch set noerrorbells set shellslash set grepprg=grep\ -nH\ $* set mouse=n let g:spchkmouse = 1 let g:spchkautonext= 1 let g:spchkdialect = "usa" let g:cvimsyn='/home/nairn/.vim/CVIMSYN' set dictionary +=/usr/share/dict/words set complete =.,w,k set infercase set mouse=a " map :if (filewritable(".f90")==1) :!gvim .f90 elseif (filewritable(".f")==1) :!gvim .f else :!gvim .f90 endif set incsearch set nohlsearch " set foldmethod=marker set visualbell t_vb= set pdev=ShankerLab " for fortran specifically let fortran_do_enddo=1 let tlist_tex_settings = 'latex;s:sections;g:graphics;l:labels' let tlist_make_settings = 'make;m:makros;t:targets' imap -^y2w+$pO