1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 21:46:02 +02:00

vim: remove wrongly description of %

This commit is contained in:
Max Strübing 2017-10-21 22:01:49 +02:00
parent c4a0fbd89e
commit 666f312e2b

View file

@ -23,7 +23,7 @@
`<Esc>/{{search_pattern}}<Enter>`
- Perform a regex substitution in the whole file (from the start to the end(% holds the file name)):
- Perform a regex substitution in the whole file:
`<Esc>:%s/{{pattern}}/{{replacement}}/g<Enter>`