Subhaditya Nath

Results 86 comments of Subhaditya Nath

## Note to self (Implementation details) - Browser calls close - We check if `g:nvim_ghost_keep_buffers == 1` - If no, current code is followed - If yes - Remove `buftype`...

Try the [`keep-buffers`](https://github.com/subnut/nvim-ghost.nvim/tree/keep-buffers) branch, and report issues (if any)

@mikaraunio Have you tried the [`keep-buffers`](https://github.com/subnut/nvim-ghost.nvim/tree/keep-buffers) branch?

Could you please run the following output in PowerShell and paste the output here ```ps1 help Expand-Archive ``` Here's what it returns on my system - ![image](https://github.com/subnut/nvim-ghost.nvim/assets/56714626/f23b9165-6b69-496b-b4d3-da9502d0387e)

### Personal note (sample log) - ``` [17:09:52]: Websocket ::1:48760:0:0 connected to /run/user/1000/nvim.27576.0 [17:09:52]: From 48760 got {"title":"Feature Request: recover nvim-ghost buffer · Issue #47 · subnut/nvim-ghost.nvim","url":"github.com","syntax":"","text":"Hi","selections":[{"start":2,"end":2}]} [17:09:52]: nvim_event handle=True...

Further investigation needed. ``` [17:10:00]: Websocket ::1:48760:0:0 closed by browser [17:10:00]: nvim_event handle=True ('nvim_buf_detach_event', []) [17:10:00]: Closing websocket ::1:48760:0:0 [17:10:00]: Websocket ::1:48760:0:0 closed by us ``` Probable race condition or...