From 148fd8d32cc2022c7da5b9376a23468e83cd046f Mon Sep 17 00:00:00 2001 From: "Andy K. Massimino" Date: Sun, 12 Nov 2017 11:23:06 -0500 Subject: [PATCH] Shorten buffer timeout for ocaml --- after/ftplugin/ocaml.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 after/ftplugin/ocaml.vim diff --git a/after/ftplugin/ocaml.vim b/after/ftplugin/ocaml.vim new file mode 100644 index 0000000..0a65196 --- /dev/null +++ b/after/ftplugin/ocaml.vim @@ -0,0 +1,4 @@ + +let b:matchup_matchparen_timeout=100 +let b:undo_ftplugin .= ' | unlet! b:matchup_matchparen_timeout' +