-
Notifications
You must be signed in to change notification settings - Fork 1
PHP语法检查
vim-scripts/PHPSyntaxCheck
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=4984 PHP语法检查插件 在PHP文件保存时会自动进行语法检查,有错误会提示,没有错误不提示。 *语法检查使用系统的php -l -n命令; *对非PHP文件不起作用; 详见: http://blog.quanhz.com/archives/393