bo-tato
bo-tato
I found this thread talking about similar behaviour with evil/cider: https://www.reddit.com/r/emacs/comments/10f3eff/comment/j4wrt6t/ they link this source which is where evil is modifying the last-sexp behaviour: https://github.com/emacs-evil/evil/blob/8a05eb99c6ee60eb502a2c586fa2e771a513c417/evil-integration.el#L241-L251 so if you enable `evil-move-beyond-eol`...
that `1-` doesn't even fix it in evil mode, as then it doesn't work right in insert mode or inside strings. I have a new try for a fix, that...
I just checked, and with `rvm install 3.1.1` and then `rvm docs generate-ri` I do have the stdlib docs, this is just happening with version 3.2.2 that I need to...
I had same issue and like you say moving from ext/RocksDB/RocksDB.so into ext/rocksdb/RocksDB.so fixed it
it's from the change in ruby3 in handling of keyword arguments, I made tiny change [here](https://github.com/DAddYE/fiddler/pull/2) and it's working