mirror of https://github.com/Icinga/icinga2.git
Fix typo in vim syntax highlighting
fixes #11617 Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
This commit is contained in:
parent
d4b5ada951
commit
003e8e86c1
|
@ -82,7 +82,7 @@ syn keyword icinga2Keyword template const import include include_recursive var
|
|||
|
||||
|
||||
" Assign conditions
|
||||
syn match icinga2AssingCond contained "\(assign[ \t]\+\where\|ignore[ \t]\+\where\)"
|
||||
syn match icinga2AssignCond contained "\(assign[ \t]\+\where\|ignore[ \t]\+\where\)"
|
||||
|
||||
|
||||
" Global functions
|
||||
|
|
Loading…
Reference in New Issue