From 3ee6ab9d13767aacceea51e72ecf9646206b7163 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 16 Oct 2020 13:41:54 +0200 Subject: Update --- ftplugin/ocaml.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/ocaml.vim') diff --git a/ftplugin/ocaml.vim b/ftplugin/ocaml.vim index 10ca4920..87ad6fa6 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|[\u00ac-\uffff]|''' + let s:ocaml_word_char = '\w|[\xc0-\xff]|''' "In: the current mode (eg. "visual", "normal", etc.) "Out: the borders of the expression we are looking for the type -- cgit v1.2.3