-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quickfix window grows when opening results in vsplit or tab #150
Comments
Maybe I forget to write out my question: why quickfix window incresed when vertical split window more than 2 ? |
Quick fix for #150 Removes the ability to provide custom mappings for 'v' and 'gv' for now, this mapping approach is pretty insane and ought to be refactored before this is merged.
You're right, and this is annoying. I've fixed it on the preserve-list-size branch—just for sake of a quick fix I've removed the ability to configure the The way the mappings configuration is handled is pretty silly really, I'm going to redo that completely I think but I'll need to take some steps for backwards compatibility or do a major version bump, so it'll be a little longer before I can finish this. |
I'll of course leave this issue open and update it when the fix gets merged to mainline. |
Quick fix for #150 Removes the ability to provide custom mappings for 'v' and 'gv' for now, this mapping approach is pretty insane and ought to be refactored before this is merged.
Same problem in tab window. |
v
in quickfix window
Any chance this is going to enter master soon? |
Looking forward for this fix as well. It is quite annoying in terms of usability. Is there any workaround for that ? |
It'd be nice to have the fix in master. |
This seems to be a common bug: mileszs/ack.vim#150 vim-syntastic/syntastic#1489 For me, the issue occurs when I have NERDTree open; each time I close the preview window, the qf/loc window grows to fill the space that was previously filled by the preview window. This will continue to occur on each preview window close, until the qf/loc window takes up the entire screen. The fix introduced by this patch is to force the qf/loc window back to its original size each time the preview window closed. This fix is a bit hacky, but it seems to work well.
This seems to be a common bug: mileszs/ack.vim#150 vim-syntastic/syntastic#1489 For me, the issue occurs when I have NERDTree open; each time I close the preview window, the qf/loc window grows to fill the space that was previously filled by the preview window. This will continue to occur on each preview window close, until the qf/loc window takes up the entire screen. The fix introduced by this patch is to force the qf/loc window back to its original size each time the preview window closed. This fix is a bit hacky, but it seems to work well.
This seems to be a common bug: mileszs/ack.vim#150 vim-syntastic/syntastic#1489 For me, the issue occurs when I have NERDTree open; each time I close the preview window, the qf/loc window grows to fill the space that was previously filled by the preview window. This will continue to occur on each preview window close, until the qf/loc window takes up the entire screen. The fix introduced by this patch is to force the qf/loc window back to its original size each time the preview window closed. This fix is a bit hacky, but it seems to work well.
This seems to be a common bug: mileszs/ack.vim#150 vim-syntastic/syntastic#1489 For me, the issue occurs when I have NERDTree open; each time I close the preview window, the qf/loc window grows to fill the space that was previously filled by the preview window. This will continue to occur on each preview window close, until the qf/loc window takes up the entire screen. The fix introduced by this patch is to force the qf/loc window back to its original size each time the preview window closed. This fix is a bit hacky, but it seems to work well.
👋🏻 I see a bunch of issues raised that seem to just be gathering tumbleweed, even though they appear to be issues worth fixing. I don't believe the project is unmaintained so is there anything users can do to help the maintainer get these issues resolved? I imagine opening PRs would be one approach and contributing fixes, but I can see (just as an example) another issue #142 that I have where someone actually opened a PR to fix it, but the PR has sat open for the last 7 years 😬. Maybe that happened because the maintainer expects those types of fixes to be incorporated manually by a user 🤔 Maintaining free software without getting paid for it is hard (especially when you've got a life to live), so it would be nice to get a clearer understanding of what's expected/needed from the maintainer on this project. ❤️ |
even after 7 years, I still did not learn vimscript so that i can send a PR; and seems this issue nobody cares, I am closing this issue from my side |
After
:Ack Controller
, I get,
in quickfix window use
v
to open a search result with vertical split window, it works well.But if the vertical window more than 2, every time use
v
, the quickfix window increase, likeand
and
The text was updated successfully, but these errors were encountered: