From: etrunko Date: Tue, 28 Aug 2012 12:17:51 +0000 (+0000) Subject: edc.vim: Added instructions X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e922a70f7565d6bfc63df7a6fa90202073208ab;p=profile%2Fivi%2Fedje.git edc.vim: Added instructions git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@75782 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/data/edc.vim b/data/edc.vim index 55e1f0b..5ab4809 100644 --- a/data/edc.vim +++ b/data/edc.vim @@ -5,6 +5,14 @@ " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded +" +" Usage: +" 1) Copy this file to $HOME/.vim/syntax/ +" 2) Paste the following line to your $HOME/.vimrc file to load the syntax +" automatically: +" +" au BufNewFile,BufRead *.edc set syntax=edc +" if version < 600 syntax clear elseif exists("b:current_syntax")