From 4bec20ec1a7cde0c29d9550d244f428484fa56ab Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 7 Oct 2020 21:51:30 +0200 Subject: Fix test and loading of filetypes, closes #577 --- ftplugin/falcon.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin') diff --git a/ftplugin/falcon.vim b/ftplugin/falcon.vim index f0735dd5..8227c8f3 100644 --- a/ftplugin/falcon.vim +++ b/ftplugin/falcon.vim @@ -16,7 +16,7 @@ let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim -setlocal softtabstop=4 shiftwidth=4 fileencoding=utf-8 +setlocal softtabstop=4 shiftwidth=4 encoding=utf-8 setlocal suffixesadd=.fal,.ftd " Matchit support -- cgit v1.2.3