On 10/07/10 11:12, Phui Hock wrote:
Hi,
Is there a way to get the number of lists in the quickfix stack for a
buffer? I could first do :cnew 99 and count backward, but that's kind
of crude.


        :h quickfix-error-lists

"actually the ten last used lists are remembered". :colder 9 would be enough; and you could use binary search (if :colder 9 fails, try :colder 5 etc.)


Best regards,
Tony.
--
ROBIN:  The what?
ARTHUR: The Holy Hand Grenade of Antioch.  'Tis one of the sacred relics
        Brother Maynard always carries with him.
ALL:    Yes. Of course.
ARTHUR: (shouting) Bring up the Holy Hand Grenade!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to