specky/ftplugin/rspec.vim
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 07 Jul 2010 16:53:39 -0700
branchvim-stuff
changeset 16 88c3c5bc695a
parent 6 31d00503e038
permissions -rwxr-xr-x
Fix the documentation TOC for the hgrevNoRepoChar option.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
31d00503e038 * Small documentation updates
mahlon
parents:
diff changeset
     1
if exists("b:did_ftplugin")
31d00503e038 * Small documentation updates
mahlon
parents:
diff changeset
     2
    finish
31d00503e038 * Small documentation updates
mahlon
parents:
diff changeset
     3
endif
31d00503e038 * Small documentation updates
mahlon
parents:
diff changeset
     4
31d00503e038 * Small documentation updates
mahlon
parents:
diff changeset
     5
" Behave just like Ruby
31d00503e038 * Small documentation updates
mahlon
parents:
diff changeset
     6
runtime! ftplugin/ruby.vim
31d00503e038 * Small documentation updates
mahlon
parents:
diff changeset
     7