vimrc: filetype plugin indent on

This commit is contained in:
surtur 2022-10-30 03:58:23 +01:00
parent 4466a1a07c
commit b7633afb64
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -1106,6 +1106,7 @@ set tabstop=4
set shiftwidth=4 set shiftwidth=4
set expandtab set expandtab
set smarttab set smarttab
filetype plugin indent on
set errorformat+=%.%#PHP:\ %m\ \(in\ %f\ on\ line\ %l\)%.%#, set errorformat+=%.%#PHP:\ %m\ \(in\ %f\ on\ line\ %l\)%.%#,
\%E%[0-9]%#.%m:%f?rev=%.%##L%l\ %.%#,%C%.%# \%E%[0-9]%#.%m:%f?rev=%.%##L%l\ %.%#,%C%.%#