From a14edbfc3da1fcfb9e6e35d157dfb019183374f3 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Sun, 14 Jul 2013 15:25:11 -0400 Subject: [PATCH] tags for ocaml refs #401 --- autoload/ctrlp/buffertag.vim | 1 + doc/ctrlp.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/autoload/ctrlp/buffertag.vim b/autoload/ctrlp/buffertag.vim index bc3662a..a38cad5 100644 --- a/autoload/ctrlp/buffertag.vim +++ b/autoload/ctrlp/buffertag.vim @@ -62,6 +62,7 @@ let s:types = { \ 'lisp' : '%slisp%slisp%sf', \ 'lua' : '%slua%slua%sf', \ 'make' : '%smake%smake%sm', + \ 'ocaml' : '%socaml%socaml%scmMvtfCre', \ 'pascal' : '%spascal%spascal%sfp', \ 'perl' : '%sperl%sperl%sclps', \ 'php' : '%sphp%sphp%scdvf', diff --git a/doc/ctrlp.txt b/doc/ctrlp.txt index 8a3863a..8bc50a9 100644 --- a/doc/ctrlp.txt +++ b/doc/ctrlp.txt @@ -1285,6 +1285,7 @@ Special thanks:~ * Christopher Fredén * Zahary Karadjov * Jo De Boeck + * Rudi Grinberg =============================================================================== CHANGELOG *ctrlp-changelog*