From 1993b9f68fff3cb87413fdc2e328763c291578c4 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 8 Oct 2020 08:31:09 +0200 Subject: Fix encoding of vim files --- indent/rpl.vim | 2 +- indent/tilde.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'indent') diff --git a/indent/rpl.vim b/indent/rpl.vim index 190a8335..bc4420b5 100644 --- a/indent/rpl.vim +++ b/indent/rpl.vim @@ -4,7 +4,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rpl') == -1 " Language: RPL/2 " Version: 0.2 " Last Change: 2017 Jun 13 -" Maintainer: BERTRAND Joël +" Maintainer: BERTRAND Joël " Only load this indent file when no other was loaded. if exists("b:did_indent") diff --git a/indent/tilde.vim b/indent/tilde.vim index e23c9806..4d5fdf30 100644 --- a/indent/tilde.vim +++ b/indent/tilde.vim @@ -1,7 +1,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'tilde') == -1 "Description: Indent scheme for the tilde weblanguage -"Author: Tobias Rundström +"Author: Tobias Rundström "URL: http://tilde.tildesoftware.net "Last Change: May 8 09:15:09 CEST 2002 -- cgit v1.2.3