summaryrefslogtreecommitdiffstats
path: root/ftplugin/ocaml.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-16 13:41:54 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-16 13:41:54 +0200
commit3ee6ab9d13767aacceea51e72ecf9646206b7163 (patch)
tree0d4ff5e447f262d709c18ef0e95622bb7b1c13f2 /ftplugin/ocaml.vim
parentcd919c003992d5868b2b6e254ca265f82a45933f (diff)
downloadvim-polyglot-3ee6ab9d13767aacceea51e72ecf9646206b7163.tar.gz
vim-polyglot-3ee6ab9d13767aacceea51e72ecf9646206b7163.zip
Update
Diffstat (limited to 'ftplugin/ocaml.vim')
-rw-r--r--ftplugin/ocaml.vim2
1 files changed, 1 insertions, 1 deletions
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