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 --- ftplugin/falcon.vim | 2 +- ftplugin/ocaml.vim | 2 +- ftplugin/rpl.vim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ftplugin') diff --git a/ftplugin/falcon.vim b/ftplugin/falcon.vim index 8227c8f3..752f5bc3 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 encoding=utf-8 +setlocal softtabstop=4 shiftwidth=4 setlocal suffixesadd=.fal,.ftd " Matchit support diff --git a/ftplugin/ocaml.vim b/ftplugin/ocaml.vim index c9b88e1b..10ca4920 100644 --- a/ftplugin/ocaml.vim +++ b/ftplugin/ocaml.vim @@ -524,7 +524,7 @@ endfunction "c. link this stuff with what the user wants " ie. get the expression selected/under the cursor - let s:ocaml_word_char = '\w|[À-ÿ]|''' + let s:ocaml_word_char = '\w|[\u00ac-\uffff]|''' "In: the current mode (eg. "visual", "normal", etc.) "Out: the borders of the expression we are looking for the type diff --git a/ftplugin/rpl.vim b/ftplugin/rpl.vim index cc24fffd..bfefa15a 100644 --- a/ftplugin/rpl.vim +++ b/ftplugin/rpl.vim @@ -2,7 +2,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rpl') == -1 " Vim filetype plugin file " Language: RPL/2 -" Maintainer: Joël BERTRAND +" Maintainer: Joël BERTRAND " Last Change: 2012 Mar 07 " Version: 0.1 -- cgit v1.2.3