Explorar el Código

vim: remove wrongly description of %

Max Strübing hace 7 años
padre
commit
666f312e2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>`