From 666f312e2bff870a2a0cf83226f197450bae17bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Sat, 21 Oct 2017 22:01:49 +0200 Subject: [PATCH] vim: remove wrongly description of % --- pages/common/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/vim.md b/pages/common/vim.md index 7d826594d4..9ca4c24aac 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -23,7 +23,7 @@ `/{{search_pattern}}` -- 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: `:%s/{{pattern}}/{{replacement}}/g`