Browse Source

Merge 087edd7354 into 8a054139a3

pull/588/merge
James Hogan 10 years ago
parent
commit
eb90077998
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      README.md
  2. +2
    -1
      doc/vundle.txt

+ 2
- 1
README.md View File

@ -69,7 +69,8 @@
Plugin 'file:///home/gmarik/path/to/plugin'
" The sparkup vim script is in a subdirectory of this repo called vim.
" Pass the path to set the runtimepath properly.
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
" For filetype-based plugins, EXCLUDE the "ftplugin/[filetype]" part of the path.
Plugin 'rstacruz/sparkup', {'rtp': 'vim'}
" Avoid a name conflict with L9
Plugin 'user/L9', {'name': 'newL9'}


+ 2
- 1
doc/vundle.txt View File

@ -93,7 +93,8 @@ more information.
Plugin 'file:///home/gmarik/path/to/plugin'
" The sparkup vim script is in a subdirectory of this repo called vim.
" Pass the path to set the runtimepath properly.
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
" For filetype-based plugins, EXCLUDE the "ftplugin/[filetype]" part of the path.
Plugin 'rstacruz/sparkup', {'rtp': 'vim'}
" Avoid a name conflict with L9
Plugin 'user/L9', {'name': 'newL9'}


Loading…
Cancel
Save