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