diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 23:27:35 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 23:39:24 +0200 |
commit | 40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7 (patch) | |
tree | 376dbc0cea422b0b963c3823538cdfa70735ddc1 /runtime/syntax/ave.vim | |
parent | a5e9974ed77621c224b2b8fa49f76cab954fb2c6 (diff) | |
download | rneovim-40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7.tar.gz rneovim-40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7.tar.bz2 rneovim-40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7.zip |
vim-patch:3e496b0ea319
Updated runtime files.
https://github.com/vim/vim/commit/3e496b0ea31996b665824f45664dee1fdd73c4d0
NA patches:
vim-patch:8.0.0015
vim-patch:8.0.0016
vim-patch:177778575148
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]" |