aboutsummaryrefslogtreecommitdiffstats
path: root/SECURITY.md
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-02 14:40:30 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-09 02:44:25 -0300
commite0d073924961bd6e6cee00f80a36308868f70c29 (patch)
treed431a0aa3b76f0db157e217b4bc32d069c4178e6 /SECURITY.md
parentfirejail.vim: remove literal newline escapes in tr (diff)
downloadfirejail-e0d073924961bd6e6cee00f80a36308868f70c29.tar.gz
firejail-e0d073924961bd6e6cee00f80a36308868f70c29.tar.zst
firejail-e0d073924961bd6e6cee00f80a36308868f70c29.zip
firejail.vim: remove non-POSIX grep -x flag
It seems to be equivalent to just delimiting the beginning and the end of the line with `^foo$`. Also, put the regex mode (-E) first. Commands used to search and replace: $ f=contrib/vim/syntax/firejail.vim; \ printf '%s\n' "$(sed -E \ "s|grep -vEx '([^']+)'|grep -Ev '^\\1\$'|" "$f")" >"$f" Added on commit a1cc4a556 ("Add vim syntax and ftdetect files (#2679)", 2019-05-06).
Diffstat (limited to 'SECURITY.md')
0 files changed, 0 insertions, 0 deletions