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/tilde.vim | |
parent | bb3de8fa5e509d5f5faf173fd1a92635a0023274 (diff) | |
download | vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.tar.gz vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.zip |
Fix encoding of vim files
Diffstat (limited to 'syntax/tilde.vim')
-rw-r--r-- | syntax/tilde.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/tilde.vim b/syntax/tilde.vim index af221da4..f31c7cdf 100644 --- a/syntax/tilde.vim +++ b/syntax/tilde.vim @@ -3,7 +3,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'tilde') == -1 " Vim syntax file " This file works only for Vim6.x " Language: Tilde -" Maintainer: Tobias Rundström <tobi@tildesoftware.net> +" Maintainer: Tobias Rundström <tobi@tildesoftware.net> " URL: http://www.tildesoftware.net " CVS: $Id: tilde.vim,v 1.1 2004/06/13 19:31:51 vimboss Exp $ |