浏览代码

vim: remove wrongly description of %

Max Strübing 7 年之前
父节点
当前提交
666f312e2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/vim.md

+ 1 - 1
pages/common/vim.md

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