acid.nvim
acid.nvim copied to clipboard
:AcidEval "\\d" has unexpected behaviour
Expecting, string literal \d as result ("\\d") in Clojure.
Actually got parsing error, the code evaluated was "\d", and \d is not a valid escape sequence.
Source: https://github.com/neovim/neovim/issues/6830 :AcidEval is forced to use f-args by this.