tpope / vim-surround

surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

Home Page:https://www.vim.org/scripts/script.php?script_id=1697

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ys command not working

vds2212 opened this issue · comments

I'm testing on:
OS: Windows 10
Vim: 8.2 0000 (but I have the same behavior on Vim 8.2 3493)

When I hit ys" in normal mode it is not surrounding the current word by ".

When I hit ys) in normal mode it is not surrounding the current word by )
But I see the command is translated into g@) waiting for an input

When I hit ys)) in normal mode the current word is surrounded by )

Remark: I start Vim as

vim.exe -u svimrc.vim -i NONE

My mistake :-|