zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #02292
[Bug 671557] Re: vim plugin errors when opening quickfix window
** Patch added: "no_break_on_quickfix.diff"
https://bugs.launchpad.net/bugs/671557/+attachment/1724226/+files/no_break_on_quickfix.diff
--
vim plugin errors when opening quickfix window
https://bugs.launchpad.net/bugs/671557
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
Status in Zeitgeist Data-Sources: New
Bug description:
When opening the quickfix window (:help quickfix) with zeitgeist.vim installed, it errors out because the window has no filename, associated with it. This will happen with other temporal windows, as well. To repro:
run in vim:
# Populate the quickfix window
:grep a *
# Open it
:cw
Diff with fix is attached
References