-
Notifications
You must be signed in to change notification settings - Fork 318
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
<CR> opens unlisted buffer in a new split #317
Comments
@mkhl With that fix applied file is opened inside quickfix window (since it's the last focused window). Is it correct behaviour from your point of view? |
@tap349 After |
I think this might be long-standing behavior, to avoid awkward things happening like, for example, opening a file in a very narrow special buffer like NERDTree when focused. But having said that, even if that is the intention, the behavior when the quickfix window is focused is not very consistent, because the behavior you describe only happens when you open a file that has a match in the list (which is decidedly odd). |
Tried it out with #315 (landed to the |
I believe this is also fixed by #315, but even if it's just another repro…
:grep
:CommandT
Command-T opens a
nobuflisted
buffer with the file in a new split (instead of opening a “regular” buffer in the current window).The text was updated successfully, but these errors were encountered: