Edd Barrett
Edd Barrett
DId any of that info help? Cheers
I don't know what changed, but my re-mapped escape key now works in vim mode on the rust playground under firefox.
> to have some "templates" of interesting pieces of code sounds good to me. You could even go as far as a vim-tutor style experience for learning Rust interactively. But...
Came here to request this very same feature! In the meantime I think I may be able to capture the compiler commands by wrapping the compiler with a shell script...
Same here
> noremap :execute "Grepper -noprompt -query " . expand("") Does anyone have a version of this I can drop in my `init.lua`? I thought this might work, but no: ```...
I had a prod around in the plugin sources today. There's a [call to `shellescape`](https://github.com/mhinz/vim-grepper/blob/2b93535752ffcb312f9fab73d90e80dc9f2e60fc/plugin/grepper.vim#L404 ) that is double escaping the word anchors. As @slashmili noted, this means we end...
> Do you by any chance run fish shell? You gotta be kidding me! I'm using fish on OpenBSD and Linux!
I've just tried with my shell set to `ksh` and there is no issue there. Seems to be to do with fish...
Sorry to break the flow. I need a Rwlocked hashmap, and I just found your crate. The docs kind of imply this is already possible: > [cached] macros are thread-safe...