Vim Tips Wiki
Register
(Created page with 'Update for pmd-4.2.5 The errorformat has changed a bit. To make it works with Vim quickfix, line 118 of the plugin should be changed to set errorformat=%f:%l\ %m')
 
(standard format)
Line 1: Line 1:
  +
{{ScriptComments|1114|pmd: integrate PMD using quickfix mode}}
Update for pmd-4.2.5
 
   
  +
==Comments==
The errorformat has changed a bit. To make it works with Vim quickfix, line 118 of the plugin should be changed to
+
Update for pmd-4.2.5: The errorformat has changed a bit. To make it works with Vim quickfix, line 118 of the plugin should be changed to:
 
  +
<pre>
 
set errorformat=%f:%l\ %m
+
set errorformat=%f:%l\ %m
  +
</pre>

Revision as of 01:24, 27 May 2010

Use this page to discuss script 1114 1114

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

Update for pmd-4.2.5: The errorformat has changed a bit. To make it works with Vim quickfix, line 118 of the plugin should be changed to:

set errorformat=%f:%l\    %m