commit | 3e496b0ea31996b665824f45664dee1fdd73c4d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:11:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:11:48 2016 +0200 |
tree | ba186d3f36fe10fa470832b8d5ef9ec225740378 | |
parent | 9af418427652562384744648d7d173a4bfebba95 [diff] [blame] |
Updated runtime files.
diff --git a/runtime/syntax/ave.vim b/runtime/syntax/ave.vim index 3e82a8b..e63e7d2 100644 --- a/runtime/syntax/ave.vim +++ b/runtime/syntax/ave.vim
@@ -34,7 +34,7 @@ " 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]"