autocmd!
set ruler
set mouse=r
set background=dark
let php_sql_query = 1
let php_baselib = 1
let php_htmlInStrings = 1
let php_minlines = 5000
let php_oldStyle = 1
let_parentError = 1
"let php_asp_tags = 1
let php_noShortTags = 1
set nohlsearch
 augroup cprog
  " Remove all cprog autocommands
  au!

  " When starting to edit a file:
  "   For C and C++ files set formatting of comments and set C-indenting off.
  "   For other files switch it off too.
  autocmd FileType *      set formatoptions=tcql nocindent comments&
  autocmd FileType c,cpp  set formatoptions=croql nocindent comments=sr:/*,mb:*,el:*/,://
 augroup END
syntax on
