Skip to content

Commit

Permalink
Small improvements for version 1.1.1
Browse files Browse the repository at this point in the history
* Added auto-detection file type.
* Updates in package file list.
* Updates in documentation.
  • Loading branch information
Hallison Batista committed Jan 4, 2010
1 parent 1193288 commit 41d9df7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .pkgfiles
@@ -1,2 +1,3 @@
syntax/rdoc.vim
ftdetect/rdoc.vim
snippets/rdoc.snippets
syntax/rdoc.vim
6 changes: 0 additions & 6 deletions README.rdoc
Expand Up @@ -28,12 +28,6 @@ Or

This instruction will be create a Vimball file and install.

Updates your <tt>.vimrc</tt> file with:

autocmd BufNewFile,BufRead *.{rd,rdoc} set filetype=rdoc

This will make the syntax works.

== Information

You maybe contributes to source. So, send a feedback in
Expand Down
3 changes: 3 additions & 0 deletions ftdetect/rdoc.vim
@@ -0,0 +1,3 @@
" RDoc
autocmd BufNewFile,BufRead *.{rd,rdoc} set filetype=rdoc

0 comments on commit 41d9df7

Please sign in to comment.