From ed1c46ad4a204b91fbc73104842a756837b40614 Mon Sep 17 00:00:00 2001 From: kphoen Date: Mon, 27 Jun 2011 21:20:24 +0200 Subject: [PATCH] Chg: updated README.md for the new filetypes behavior modified: README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e883760..91589cf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ This is a fork of the popular taglist.vim plugin. Taglist-plus provides excellent Javascript support via jsctags. See [here][1] for examples. +The filetype detection has also been improved: it now supports composed filetypes. +For instance, the _php.symfony_ filetype will be split and only its first part will +be considered. + This plugin can also be obtained through [vim.org][2]. Installation