Let `.vimrc` contain ``` nnoremap <script> <SID>(hvgu) ^vg_ nmap <silent> css <SID>(hvgu)<Plug>(operator-surround-replace) ``` and let `test.vim` consist of the single line ``` (nmap csg) ``` Expected: hitting `cssB` gives ``` {nmap csg} ``` Result: ``` {nmap csg} ```
Let
.vimrccontainand let
test.vimconsist of the single lineExpected: hitting
cssBgivesResult: