Browse Source

Add a command to remove useless descriptions

DricomDragon 5 năm trước cách đây
mục cha
commit
73a2e11125
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Guides/ics-vim.md

+ 4 - 0
Guides/ics-vim.md

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