Dmitry Geurkov
Dmitry Geurkov
Here is my command line version perl script https://github.com/idank/explainshell/issues/76 Needs only vanila perl and curl to run
Here is link for mine https://github.com/troydm/exp
@macintacos unfortunetly I'm not familiar with bufferline.nvim but I'll take a look and will tell you if it can be fixed or not
@macintacos something like maybe nmap q :if exists('t:zoomwintab') | call zoomwintab#Out() | else | normal! q | endif
This happens to me too at one point or another but rarely, not sure why it's happening, it would be nice to pinpoint the cause or at least find a...
@tonywoode not sure actually, sorry had a really busy week and I haven't had time to investigate it yet, probably it somehow interprets Ctrl-O separately ignoring the mapping or something,...
@tonywoode I've managed to find a bug it was mapping related which made other buffers to close so I've added additional default mapping which will remap this key mapping to...
@tonywoode you are absolutely right about C-w, 2, o combination, it reproduces this issue, I'm reopening the bug and will try to figure out how to mitigate this and which...
further investigation showed that this actually happens on ASDF side, so when jsonrpc tries to loaded "jsonrpc/transport/tcp" package it results in quicklisp calling (asdf:load-system "jsonrpc/transport/tcp" :verbose nil) and this method...
Further investigation revealed by user @MetaYan from #sbcl IRC revealed that this issue is only SBCL 2.0.11 specific and can't be reproduced on SBCL 2.1.0