From f723f0d7af3c48c23dd36da10e43ee81ad455210 Mon Sep 17 00:00:00 2001 From: Iuri Fernandes Date: Tue, 4 Mar 2014 09:37:15 +0100 Subject: [PATCH] Remove remaining of old block of code in README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index fb186b2..7a94766 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,6 @@ let g:snipMate.scope_aliases = {} let g:snipMate.scope_aliases['ruby'] = 'ruby,ruby-rails,ruby-1.9' ``` - \ 'ruby' : {'filetypes': ["ruby", "ruby-rails", "ruby-1.9"] }, -``` - If it happens that you work on a project requiring ruby-1.8 snippets instead, consider using vim-addon-local-vimrc and override the filetypes.