瀏覽代碼

Remove useless command

Combination of group removal, reformat and \n removal get rid of useless comments.
DricomDragon 5 年之前
父節點
當前提交
92f6a88e92
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Guides/ics-vim.md

+ 0 - 4
Guides/ics-vim.md

@@ -10,10 +10,6 @@ Tips to modify an autogenerated ics file with the Vim text editor.
 
 `%s/\n - DESCRIPTION : \(.*\)$/\1/`
 
-## Remove useless description
-
-Vim command : `:%s/^ - DESCRIPTION : \n//`
-
 ## Remove unescaped \n
 
 Vim command : `:%s/\\n//g`