dajoha

Results 6 comments of dajoha

> I would also be happy with just stripping the surrounding `[]`. Does anyone know of a workaround for this in the meantime, to avoid needing to manually remove `[]`...

I had the same issue in a personal project, and found another workaround: using Unicode no-break spaces (U+00A0) instead of normal spaces to format the value, e.g. (Rust string format...

I just had the same problem, but instead of simply touching `$HOME/.ash/queries`, I copied it from the system installed files: `cp /usr/local/etc/advanced-shell-history/queries $HOME/.ash/` Thanks to this, you can take profit...

I managed to fix the issue by tweaking the method `DBObject::quote()` in `database.cpp`, but I'm not good in C++, and I guess this is not the right way to handle...

It appears there is a similar problem with https://github.com/tpope/vim-surround, so maybe it's more a limitation of NeoVim and/or Vim than a bug from nvim-surround. It seems that the sequence `a`...

Hello @dominikwilkowski , sorry for late response. 1. The main reason to propose this MR is that for now, for any Linux target, global shortcuts do not work (or you...