We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, when I try to save a session that has a quicklist open it does not work properly. It does show me the windows but they have the wrong size.
When I close the window like that within a session:
And open it up again, the quickfix window messes up everything:
is there a way to fix this?
The text was updated successfully, but these errors were encountered:
Ehm, it has been a couple of months now. Is there no way to solve this?
Sorry, something went wrong.
I have the problem,too
Now I must close the quickfix first brefor ' SaveSession'.It's very troublesome
Unfortunattaly there is still no answer. For now I had to use this command in my vimrc.
autocmd VimLeavePre * bufdo cclose
It always close the quickfix window on all tabs before closing vim. But the quick fix window does not get restored when restarting.
I you use the command "RestartView", you can add the command "bufdo cclose" to the plugin vim file:
Then this RestartVim command will also work properly, but it will not reopen the quick fix window.
No branches or pull requests
Hello, when I try to save a session that has a quicklist open it does not work properly. It does show me the windows but they have the wrong size.
When I close the window like that within a session:

And open it up again, the quickfix window messes up everything:

is there a way to fix this?
The text was updated successfully, but these errors were encountered: