فهرست منبع

Add command to reformat description

Avoid description to take multiple lines.
DricomDragon 5 سال پیش
والد
کامیت
91b391f3f7
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      Guides/ics-vim.md

+ 4 - 0
Guides/ics-vim.md

@@ -6,6 +6,10 @@ Tips to modify an autogenerated ics file with the Vim text editor.
 
 `%s/\/\?\(INGE_\)\?EI_[A-Z0-9_]*,\? \/\? \?//g`
 
+## Reformat description
+
+`%s/\n - DESCRIPTION : \(.*\)$/\1/`
+
 ## Remove useless description
 
 Vim command : `:%s/^ - DESCRIPTION : \n//`