Skip to content

Commit

Permalink
Fix typo in vim syntax highlighting
Browse files Browse the repository at this point in the history
fixes #11617

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
  • Loading branch information
nlm authored and Michael Friedrich committed Apr 19, 2016
1 parent d2cd4b6 commit daa067d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/syntax/vim/syntax/icinga2.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daa067d

Please sign in to comment.