rhysd/vim-operator-surround

surround append with <backslash> procduces regex error

Closed this issue · 1 comments

Let the buffer be

word

Bug:

<operator-surround-append>iw\ gives

Error detected while processing function operator#surround#append..<SNR>345_get_block_from_input..<SNR>345_get_block_or_prefix_match..<SNR>345_get_block_or_prefix_match_in_filetype:
line    6:
E114: Missing quote: "^\\V\"

Expected:

\word\
rhysd commented

Closing this due to #31.