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

Remove temporary files when done #18

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

krobelus
Copy link
Contributor

I noticed that we leak files like /tmp/tmp* which is
%opt{ansi_command_file}. Remove it at least after the buffer is closed.

The option is buffer scoped but it could be global. Probably we
should just use kak_command_fifo instead of our own temporary file but
apparently some people use Kakoune from 2020 shipped by their Ubuntu.

I noticed that we leak files like /tmp/tmp* which is
%opt{ansi_command_file}.  Remove it at least after the buffer is closed.

The option is buffer scoped but it could be global.  Probably we
should just use kak_command_fifo instead of our own temporary file but
apparently some people use Kakoune from 2020 shipped by their Ubuntu.
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

Successfully merging this pull request may close these issues.

1 participant