-
Notifications
You must be signed in to change notification settings - Fork 20
Complain about unsaved session file after :LLsession show
?
#35
Comments
Sorry for the late response... That is the expected behavior. This is to delegate file management to the On Oct 31, 2016 15:17, "Pierre Moreau" [email protected] wrote:
|
Ah, ok. To me, the "write session file to" message meant that it was going to write that file to disk, not just create a buffer with the appropriate content. There could maybe be some notes in the documentation about the fact that you need to save manually. On the other hand, it doesn’t look like other people complain about it, so might be obvious to others. |
Hmm... I don't think it's that obvious. And I'm not quite sure how to make it complain either. I'll look into it when I get time. So I'll leave this open for now... |
:LLsession new
does not write the file to disk:LLsession show
?
After running
:LLsession new
, there is nolldb-nvim.json
file to be found in the current folder, nor in my whole home directory. Running:LLsession show
shows me a buffer with the expected content, which hasn’t be written to disk yet. If I save it manually, it will save the session to disk.I thought it could be due to having
set hidden
in my config file, but removing it did not help. AFAIR, I already had the same issue when I tried lldb.nvim a year ago.lldb.nvim: HEAD at 222c770
Neovim: 0.1.6
Python2: 2.7.12
python2-neovim-client: 0.1.10
Neovim config file: https://gist.github.com/pierremoreau/1fa99bdda563f7e4e6753e9dbae06613
(Distribution: Arch Linux)
The text was updated successfully, but these errors were encountered: