diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 21:51:30 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 21:51:30 +0200 |
commit | 4bec20ec1a7cde0c29d9550d244f428484fa56ab (patch) | |
tree | 9d0e03e25083e1e9f313150ccdf435a15bcab789 /ftplugin | |
parent | 9f4e2b683453c9521de8164169327a112d71f6c1 (diff) | |
download | vim-polyglot-4bec20ec1a7cde0c29d9550d244f428484fa56ab.tar.gz vim-polyglot-4bec20ec1a7cde0c29d9550d244f428484fa56ab.zip |
Fix test and loading of filetypes, closes #577v4.13.2
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/falcon.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |