| File | Lines added | Lines deleted |
|---|---|---|
| rcs/plugin/securemodelines.vim | 2 | 1 |
| File rcs/plugin/securemodelines.vim changed (mode: 100644) (index ecb6f33..ecc019f) | |||
| ... | ... | let g:secure_modelines_allowed_items = [ | |
| 13 | 13 | \ "smartindent", "si", "nosmartindent", "nosi", | \ "smartindent", "si", "nosmartindent", "nosi", |
| 14 | 14 | \ "autoindent", "ai", "noautoindent", "noai", | \ "autoindent", "ai", "noautoindent", "noai", |
| 15 | 15 | \ "spell", "nospell", | \ "spell", "nospell", |
| 16 | \ "spelllang" | ||
| 16 | \ "spelllang", | ||
| 17 | \ "syntax", "syn" | ||
| 17 | 18 | \ ] | \ ] |