Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2020-06-04 17:50:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim" Thu Jun 4 17:50:02 2020 rev:260 rq:808015 version:8.2.0701 Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2020-05-16 22:24:10.525007278 +0200 +++ /work/SRC/openSUSE:Factory/.vim.new.3606/vim.changes 2020-06-04 17:50:34.351910285 +0200 @@ -1,0 +2,7 @@ +Thu May 21 15:16:53 UTC 2020 - Christian Boltz <[email protected]> + +- apparmor.vim: update from latest AppArmor 2.13 branch: + - allow alias rules with leading whitespace + - allow 'include if exists' rules + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apparmor.vim ++++++ --- /var/tmp/diff_new_pack.LoCCWv/_old 2020-06-04 17:50:35.399913620 +0200 +++ /var/tmp/diff_new_pack.LoCCWv/_new 2020-06-04 17:50:35.403913633 +0200 @@ -116,7 +116,7 @@ " TODO: make a separate pattern for variable definitions, then mark sdGlob as contained syn match sdGlob /\v\?|\*|\{.*,.*\}|[[^\]]\+\]|\@\{[a-zA-Z][a-zA-Z0-9_]*\}/ -syn match sdAlias /\v^alias\s+(\/|\@\{\S*\})\S*\s+-\>\s+(\/|\@\{\S*\})\S*\s*,(\s*$|(\s*#.*$)\@=)/ contains=sdGlob,sdComment +syn match sdAlias /\v^\s*alias\s+(\/|\@\{\S*\})\S*\s+-\>\s+(\/|\@\{\S*\})\S*\s*,(\s*$|(\s*#.*$)\@=)/ contains=sdGlob,sdComment " syn match sdComment /#.*/ @@ -189,6 +189,8 @@ " NOTE: Comment highlighting still works without contains=sdComment. syn match sdInclude /\s*#include\s<\S*>/ " TODO: doesn't check until $ syn match sdInclude /\s*include\s<\S*>/ " TODO: doesn't check until $ +syn match sdInclude /\s*#include\sif\sexists\s<\S*>/ " TODO: doesn't check until $ +syn match sdInclude /\s*include\sif\sexists\s<\S*>/ " TODO: doesn't check until $ " basic profile block... " \s+ does not work in end=, therefore using \s\s*
