mirror of
https://github.com/tpope/vim-surround.git
synced 2026-09-10 07:16:17 -04:00
Fix 'in' to 'inner' in README
This commit is contained in:
parent
3b00dde702
commit
81b1a37430
|
|
@ -25,7 +25,7 @@ To remove the delimiters entirely, press `ds"`.
|
|||
|
||||
Hello world!
|
||||
|
||||
Now with the cursor on "Hello", press `ysiw]` (`iw` is a text object, remember this with *"you-surround-in-word"*).
|
||||
Now with the cursor on "Hello", press `ysiw]` (`iw` is a text object, remember this with *"you-surround-inner-word"*).
|
||||
|
||||
[Hello] world!
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue