From 9085dd31089bb0d0237f66ca26613a567fea7a65 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Sat, 21 Sep 2013 10:04:02 +0900 Subject: [PATCH] recommend Vim 7.4 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce9087c..0933f33 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ vim-css3-syntax =============== -Add CSS3 syntax support to vim's built-in `syntax/css.vim`. +Add CSS3 syntax support to Vim's built-in `syntax/css.vim`. INSTALLATION ------------ +I strongly recommend to install this plugin on *Vim 7.4 or higher with default runtime files*. + + ### Manual Installation Download from GitHub, extract `vim-css3-syntax.tar.gz`, and copy the contents to your `~/.vim` directory.