diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-08 08:31:09 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-08 08:31:09 +0200 |
commit | 1993b9f68fff3cb87413fdc2e328763c291578c4 (patch) | |
tree | 045e40a0b623bfe7047cd266eac5d70d9024ead0 /syntax/elf.vim | |
parent | bb3de8fa5e509d5f5faf173fd1a92635a0023274 (diff) | |
download | vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.tar.gz vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.zip |
Fix encoding of vim files
Diffstat (limited to 'syntax/elf.vim')
-rw-r--r-- | syntax/elf.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/elf.vim b/syntax/elf.vim index 5b6b9678..67063f69 100644 --- a/syntax/elf.vim +++ b/syntax/elf.vim @@ -2,7 +2,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elf') == -1 " Vim syntax file " Language: ELF -" Maintainer: Christian V. J. Brüssow <cvjb@cvjb.de> +" Maintainer: Christian V. J. Brüssow <cvjb@cvjb.de> " Last Change: Son 22 Jun 2003 20:43:14 CEST " Filenames: *.ab,*.am " URL: http://www.cvjb.de/comp/vim/elf.vim |