Vim Tips Wiki
Register
Advertisement

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
Advertisement