Vundle syntax update [Fix #578]
This commit is contained in:
committed by
Yan Pritzker
parent
81f89e64d1
commit
a5fccb9f17
@@ -1,15 +1,15 @@
|
||||
" These bundles introduce new textobjects into vim,
|
||||
" For example the Ruby one introduces the 'r' text object
|
||||
" such that 'var' gives you Visual Around Ruby
|
||||
Bundle "austintaylor/vim-indentobject"
|
||||
Bundle "bootleq/vim-textobj-rubysymbol"
|
||||
Bundle "coderifous/textobj-word-column.vim"
|
||||
Bundle "kana/vim-textobj-datetime"
|
||||
Bundle "kana/vim-textobj-entire"
|
||||
Bundle "kana/vim-textobj-function"
|
||||
Bundle "kana/vim-textobj-user"
|
||||
Bundle "lucapette/vim-textobj-underscore"
|
||||
Bundle "nathanaelkane/vim-indent-guides"
|
||||
Bundle "nelstrom/vim-textobj-rubyblock"
|
||||
Bundle "thinca/vim-textobj-function-javascript"
|
||||
Bundle "vim-scripts/argtextobj.vim"
|
||||
Plugin 'austintaylor/vim-indentobject'
|
||||
Plugin 'bootleq/vim-textobj-rubysymbol'
|
||||
Plugin 'coderifous/textobj-word-column.vim'
|
||||
Plugin 'kana/vim-textobj-datetime'
|
||||
Plugin 'kana/vim-textobj-entire'
|
||||
Plugin 'kana/vim-textobj-function'
|
||||
Plugin 'kana/vim-textobj-user'
|
||||
Plugin 'lucapette/vim-textobj-underscore'
|
||||
Plugin 'nathanaelkane/vim-indent-guides'
|
||||
Plugin 'nelstrom/vim-textobj-rubyblock'
|
||||
Plugin 'thinca/vim-textobj-function-javascript'
|
||||
Plugin 'vim-scripts/argtextobj.vim'
|
||||
|
||||
Reference in New Issue
Block a user