소스 검색

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`