diff --git a/ftplugin/php.vim b/ftplugin/php.vim index 328ea1b..1ecdb2b 100644 --- a/ftplugin/php.vim +++ b/ftplugin/php.vim @@ -58,7 +58,6 @@ setlocal smartindent " Linewidth to 79, because of the formatoptions this is only valid for " comments setlocal textwidth=79 -set formatoptions=qrocb setlocal nowrap " Do not wrap lines automatically