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/lout.vim | |
parent | bb3de8fa5e509d5f5faf173fd1a92635a0023274 (diff) | |
download | vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.tar.gz vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.zip |
Fix encoding of vim files
Diffstat (limited to 'syntax/lout.vim')
-rw-r--r-- | syntax/lout.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/lout.vim b/syntax/lout.vim index 872d3094..a5a254b2 100644 --- a/syntax/lout.vim +++ b/syntax/lout.vim @@ -2,7 +2,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'lout') == -1 " Vim syntax file " Language: Lout -" Maintainer: Christian V. J. Brüssow <cvjb@cvjb.de> +" Maintainer: Christian V. J. Brüssow <cvjb@cvjb.de> " Last Change: So 12 Feb 2012 15:15:03 CET " Filenames: *.lout,*.lt " URL: http://www.cvjb.de/comp/vim/lout.vim |