docs: Fix a typo in replacement command in vim doc (#13288)

### Changes 

- Fix a typo in the replacement command
- Align command descriptions for better readability

Release Notes:

- N/A
This commit is contained in:
Hugh Do 2024-06-20 18:03:25 +09:00 committed by GitHub
parent 4b19eac5c8
commit 558808b97d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -204,7 +204,7 @@ Currently supported vim-specific commands:
:%s/foo/bar/ :%s/foo/bar/
to replace instances of foo with bar to replace instances of foo with bar
:X,Ys/foo/bar/ :X,Ys/foo/bar/
to limit replcaement between line X and Y to limit replacement between line X and Y
other ranges are not yet implemented other ranges are not yet implemented
# editing # editing