xaizek / dotvim (License: Unspecified) (since 2018-12-07)
Vim configuration and plugins.
Commit 57370aed757bb1482fdb012d186550b7374970a1

Allow "syntax" and "syn" in secure modelines
Author: xaizek
Author date (UTC): 2020-01-16 22:47
Committer name: xaizek
Committer date (UTC): 2020-01-17 00:06
Parent(s): 41a4f67965e56cab3e7d9e752b06e9b0d10f543c
Signing key: 99DC5E4DB05F6BE2
Tree: 66396c8847c3a47b0ee82b517865162af6e4efc0
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 \ ] \ ]
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvim

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvim

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master