Skip to content
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

Saving session with makefile quicklist not working. #177

Open
DasOhmoff opened this issue Jul 25, 2018 · 4 comments
Open

Saving session with makefile quicklist not working. #177

DasOhmoff opened this issue Jul 25, 2018 · 4 comments

Comments

@DasOhmoff
Copy link

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:
grafik

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

is there a way to fix this?

@DasOhmoff
Copy link
Author

DasOhmoff commented Oct 29, 2018

Ehm, it has been a couple of months now. Is there no way to solve this?

@Luffy4321
Copy link

I have the problem,too

@Luffy4321
Copy link

Now I must close the quickfix first brefor ' SaveSession'.It's very troublesome

@DasOhmoff
Copy link
Author

DasOhmoff commented Mar 9, 2019

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:
grafik

Then this RestartVim command will also work properly, but it will not reopen the quick fix window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants