Chander G
Chander G
From what I recall, random strings to be used as passwords.
May also be solved with: https://github.com/pvolok/mprocs/issues/59
Can confirm that HEAD is not working on Linux with the same error and switching to 07c03b3f9b684ba91037f94eece2c1b88e95da5a (ie removing the commit in #35) solves this issue.
I have a hack to work around this [here](https://github.com/ChanderG/TextObjectify/commit/142040f5dbd9b4464a870deec53829a39a871c41). I can open a PR if there is any interest.
I have managed to integrate `repeat.vim` [here](https://github.com/ChanderG/TextObjectify/commit/5428e590fbcdf8de028954702f88effa17d01b7f). I can open a PR if needed.
I am facing something similar when I try to use `spork`'s `http/request` from a circlet handler. Anyway, I have switched to using the the same lib's `http/server` and that works...