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/nroff.vim | |
parent | bb3de8fa5e509d5f5faf173fd1a92635a0023274 (diff) | |
download | vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.tar.gz vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.zip |
Fix encoding of vim files
Diffstat (limited to 'syntax/nroff.vim')
-rw-r--r-- | syntax/nroff.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/nroff.vim b/syntax/nroff.vim index f295c6cd..525649a8 100644 --- a/syntax/nroff.vim +++ b/syntax/nroff.vim @@ -2,7 +2,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nroff') == -1 " VIM syntax file " Language: nroff/groff -" Maintainer: Pedro Alejandro López-Valencia <palopezv@gmail.com> +" Maintainer: Pedro Alejandro López-Valencia <palopezv@gmail.com> " URL: http://vorbote.wordpress.com/ " Last Change: 2012 Feb 2 " @@ -10,7 +10,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nroff') == -1 " " ACKNOWLEDGEMENTS: " -" My thanks to Jérôme Plût <Jerome.Plut@ens.fr>, who was the +" My thanks to Jérôme Plût <Jerome.Plut@ens.fr>, who was the " creator and maintainer of this syntax file for several years. " May I be as good at it as he has been. " |