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*