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>`