diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-29 00:53:29 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-29 01:01:51 +0200 |
commit | 60e68f309675c353b0453d6a1caa21c95caf97c2 (patch) | |
tree | f7fe4dbc2154cb5617eee7495e64adedf2064035 /runtime/syntax | |
parent | 460d5971f6511fb3379029bbd77a732ba9b06df0 (diff) | |
download | rneovim-60e68f309675c353b0453d6a1caa21c95caf97c2.tar.gz rneovim-60e68f309675c353b0453d6a1caa21c95caf97c2.tar.bz2 rneovim-60e68f309675c353b0453d6a1caa21c95caf97c2.zip |
vim-patch:dc08328821a2
Updated runtime files.
https://github.com/vim/vim/commit/dc08328821a2c11e33dfb1980332e4923ec64fca
NA patches:
vim-patch:8.0.0028
vim-patch:8.0.0029
vim-patch:8.0.0030
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/avra.vim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/syntax/avra.vim b/runtime/syntax/avra.vim index ebf0aaff11..0e02bd8397 100644 --- a/runtime/syntax/avra.vim +++ b/runtime/syntax/avra.vim @@ -2,14 +2,12 @@ " Language: AVR Assembler (AVRA) " AVRA Home: http://avra.sourceforge.net/index.html " AVRA Version: 1.3.0 +" Last Update: 2016 Oct 7 " Maintainer: Marius Ghita <mhitza@gmail.com> let s:cpo_save = &cpo set cpo&vim -setlocal iskeyword=a-z,A-Z,48-57,.,_ -" 'isident' is a global option, better not set it -" setlocal isident=a-z,A-Z,48-57,.,_ syn case ignore syn keyword avraRegister r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 |