diff options
author | Will Stamper <epmatsw@gmail.com> | 2014-08-24 16:28:39 -0500 |
---|---|---|
committer | Will Stamper <epmatsw@gmail.com> | 2014-08-24 18:40:06 -0500 |
commit | a1582a841b2864ad20c22cc18b04010f9a813128 (patch) | |
tree | aab5efa74f5a4ee1df5f4a6dc864771ec4ec8842 /runtime/syntax/asm68k.vim | |
parent | ae1788d55d5f465891e1b72f7d49101b96e8b013 (diff) | |
download | rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.gz rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.bz2 rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.zip |
Spelling fixes
Diffstat (limited to 'runtime/syntax/asm68k.vim')
-rw-r--r-- | runtime/syntax/asm68k.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/asm68k.vim b/runtime/syntax/asm68k.vim index 8463e487e1..cd23517cad 100644 --- a/runtime/syntax/asm68k.vim +++ b/runtime/syntax/asm68k.vim @@ -223,7 +223,7 @@ syn match asm68kOperator "<>" " inequality syn match asm68kOperator "=" " must be before other ops containing '=' syn match asm68kOperator ">=" syn match asm68kOperator "<=" -syn match asm68kOperator "==" " operand existance - used in macro definitions +syn match asm68kOperator "==" " operand existence - used in macro definitions " Condition code style operators syn match asm68kOperator "<[CV][CS]>" |