-
Notifications
You must be signed in to change notification settings - Fork 11
Clean temp file automatically #31
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
base: main
Are you sure you want to change the base?
Conversation
| callback = function() | ||
| local lines = vim.api.nvim_buf_get_lines(float_bufnr, 0, -1, true) | ||
|
|
||
| vim.loop.fs_unlink(tempfile) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, should this only be for WinClosed and not for BufWritePost?
|
I am sorry that Femaco cann't run in my neovim correctly, and ouput some error info I have try:
|
|
@AbaoFromCUG I just met the same issue. But why do you raise a comment here? |
|
I open #32 to explain this. |
|
@AbaoFromCUG this should now be fixed by #33 (and #34). Feel free to rebase and look into my comment above |
Regarding to #29
vim.loop.fs_unlinkto clean temp file.create_tmp_filepath