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 --- syntax/forth.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/forth.vim') diff --git a/syntax/forth.vim b/syntax/forth.vim index 0e9350ab..dbdc120a 100644 --- a/syntax/forth.vim +++ b/syntax/forth.vim @@ -3,7 +3,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'forth') == -1 " Vim syntax file " Language: FORTH " Current Maintainer: Johan Kotlinski -" Previous Maintainer: Christian V. J. Brüssow +" Previous Maintainer: Christian V. J. Brüssow " Last Change: 2018-03-29 " Filenames: *.fs,*.ft " URL: https://github.com/jkotlinski/forth.vim -- cgit v1.2.3