acid.nvim icon indicating copy to clipboard operation
acid.nvim copied to clipboard

:AcidEval "\\d" has unexpected behaviour

Open SevereOverfl0w opened this issue 8 years ago • 1 comments

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.

SevereOverfl0w avatar Mar 26 '17 21:03 SevereOverfl0w

Source: https://github.com/neovim/neovim/issues/6830 :AcidEval is forced to use f-args by this.

SevereOverfl0w avatar Oct 21 '17 06:10 SevereOverfl0w