summaryrefslogtreecommitdiffstats
path: root/syntax/nroff.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-08 08:31:09 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-08 08:31:09 +0200
commit1993b9f68fff3cb87413fdc2e328763c291578c4 (patch)
tree045e40a0b623bfe7047cd266eac5d70d9024ead0 /syntax/nroff.vim
parentbb3de8fa5e509d5f5faf173fd1a92635a0023274 (diff)
downloadvim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.tar.gz
vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.zip
Fix encoding of vim files
Diffstat (limited to 'syntax/nroff.vim')
-rw-r--r--syntax/nroff.vim4
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.
"