joonty / vim-phpqa

PHP QA tools for Vim
http://www.joncairns.com
MIT License
290 stars 32 forks source link

Can not close quickfix window #14

Closed gbyukg closed 10 years ago

gbyukg commented 10 years ago

Hi Joonty, I love this plugin sooooooo much. But I have a problem : can not close the Quickfix window. :cclose command does not work. But I can close Quickfix window if i open it with :copen. What should I do? My VIM version is 7.4.

joonty commented 10 years ago

Hi there,

Really glad you like the plugin!

This will hopefully be simple to sort out. Phpqa doesn't actually use the quickfix, it uses the location list. This is because the quickfix list is global, whereas each buffer can have it's own location list.

All the quickfix commands have an equivalent command for the location list, so to close the location list use :lclose.

Hope that solves it for you! On 29 Nov 2013 20:02, "Lock" notifications@github.com wrote:

Hi Joonty, I love this plugin sooooooo much. But I have a problem : can not close the Quickfix window. :cclose command does not work. But I can close Quickfix window if i open it with :copen. What should I do? My VIM version is 7.4.

— Reply to this email directly or view it on GitHubhttps://github.com/joonty/vim-phpqa/issues/14 .

gbyukg commented 10 years ago

This command works for me, everything is OK now. Thank you so much :)