How to echo current document.title with Firefox Vimperator -> autocmd?
- by shox
When I try to do this
:autocmd LocationChange .* echo document.title
the first page that gets displayed makes no echo. If I proceed to the next tab, the title of the last tab gets echoed.
Does anybody know how I can get for every landing on the page the title echoed instantly instead of when "leaving" the tab?
And it only works every two…