edc.vim: Added instructions

SVN revision: 75782
This commit is contained in:
Eduardo de Barros Lima 2012-08-28 12:17:51 +00:00
parent 9cb7eac7d2
commit aef9e7497c
1 changed files with 8 additions and 0 deletions

View File

@ -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")