diff options
Diffstat (limited to 'runtime/syntax/ave.vim')
-rw-r--r-- | runtime/syntax/ave.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/ave.vim b/runtime/syntax/ave.vim index 3e82a8bc9b..e63e7d2c30 100644 --- a/runtime/syntax/ave.vim +++ b/runtime/syntax/ave.vim @@ -34,7 +34,7 @@ syn match aveNumber "[+-]\=\<[0-9]\+\>" " Operator syn keyword aveOperator or and max min xor mod by -" 'not' is a kind of a problem: Its an Operator as well as a method +" 'not' is a kind of a problem: It's an Operator as well as a method " 'not' is only marked as an Operator if not applied as method syn match aveOperator "[^\.]not[^a-zA-Z]" |