mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

Using Ack to search javascript projects shows no results #17

Closed carlosedp closed 13 years ago

carlosedp commented 13 years ago

When using Ack to search a Javascript project tree (Node.js), the new window shows no results or if shown sometimes, it clears the results when I choose any result.

When I use the ack from windows command prompt, it displays perfectly all results found.

Using gVim on Windows XP with ack-standalone.pl.

carlosedp commented 13 years ago

This problem was an incompatibility with JSLint plugin that uses VIM quickfix window as well. Disabling the JSLint plugin resolved it.