Revert bundle syntax update that may have caused pain for upgraders [Fix #588]
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
Plugin 'chrisbra/color_highlight.git'
|
||||
Plugin 'skwp/vim-colors-solarized'
|
||||
Plugin 'itchyny/lightline.vim'
|
||||
Plugin 'jby/tmux.vim.git'
|
||||
Plugin 'morhetz/gruvbox'
|
||||
Plugin 'xsunsmile/showmarks.git'
|
||||
Plugin 'chriskempson/base16-vim'
|
||||
Bundle "chrisbra/color_highlight.git"
|
||||
Bundle "skwp/vim-colors-solarized"
|
||||
Bundle "itchyny/lightline.vim"
|
||||
Bundle "jby/tmux.vim.git"
|
||||
Bundle "morhetz/gruvbox"
|
||||
Bundle "xsunsmile/showmarks.git"
|
||||
Bundle "chriskempson/base16-vim"
|
||||
|
||||
" Required for Gblame in terminal vim
|
||||
Plugin 'godlygeek/csapprox.git'
|
||||
Bundle "godlygeek/csapprox.git"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Plugin 'gregsexton/gitv'
|
||||
Plugin 'mattn/gist-vim'
|
||||
Plugin 'tpope/vim-fugitive'
|
||||
Plugin 'tpope/vim-git'
|
||||
Bundle "gregsexton/gitv"
|
||||
Bundle "mattn/gist-vim"
|
||||
Bundle "tpope/vim-fugitive"
|
||||
Bundle "tpope/vim-git"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Plugin 'sheerun/vim-polyglot'
|
||||
Plugin 'garbas/vim-snipmate.git'
|
||||
Plugin 'honza/vim-snippets'
|
||||
Plugin 'jtratner/vim-flavored-markdown.git'
|
||||
Plugin 'scrooloose/syntastic.git'
|
||||
Plugin 'nelstrom/vim-markdown-preview'
|
||||
Plugin 'skwp/vim-html-escape'
|
||||
Bundle 'sheerun/vim-polyglot'
|
||||
Bundle 'garbas/vim-snipmate.git'
|
||||
Bundle 'honza/vim-snippets'
|
||||
Bundle 'jtratner/vim-flavored-markdown.git'
|
||||
Bundle 'scrooloose/syntastic.git'
|
||||
Bundle 'nelstrom/vim-markdown-preview'
|
||||
Bundle 'skwp/vim-html-escape'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Plugin 'jistr/vim-nerdtree-tabs.git'
|
||||
Plugin 'scrooloose/nerdtree.git'
|
||||
Plugin 'kien/ctrlp.vim'
|
||||
Plugin 'xolox/vim-misc'
|
||||
Plugin 'xolox/vim-session'
|
||||
Bundle "jistr/vim-nerdtree-tabs.git"
|
||||
Bundle "scrooloose/nerdtree.git"
|
||||
Bundle "kien/ctrlp.vim"
|
||||
Bundle "xolox/vim-misc"
|
||||
Bundle "xolox/vim-session"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
Plugin 'ecomba/vim-ruby-refactoring'
|
||||
Plugin 'tpope/vim-rails.git'
|
||||
Plugin 'tpope/vim-rake.git'
|
||||
Plugin 'tpope/vim-rvm.git'
|
||||
Plugin 'vim-ruby/vim-ruby.git'
|
||||
Plugin 'Keithbsmiley/rspec.vim'
|
||||
Plugin 'skwp/vim-iterm-rspec'
|
||||
Plugin 'skwp/vim-spec-finder'
|
||||
Plugin 'ck3g/vim-change-hash-syntax'
|
||||
Plugin 'tpope/vim-bundler'
|
||||
Bundle "ecomba/vim-ruby-refactoring"
|
||||
Bundle "tpope/vim-rails.git"
|
||||
Bundle "tpope/vim-rake.git"
|
||||
Bundle "tpope/vim-rvm.git"
|
||||
Bundle "vim-ruby/vim-ruby.git"
|
||||
Bundle "Keithbsmiley/rspec.vim"
|
||||
Bundle "skwp/vim-iterm-rspec"
|
||||
Bundle "skwp/vim-spec-finder"
|
||||
Bundle "ck3g/vim-change-hash-syntax"
|
||||
Bundle "tpope/vim-bundler"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Plugin 'justinmk/vim-sneak'
|
||||
Plugin 'rking/ag.vim'
|
||||
Plugin 'vim-scripts/IndexedSearch'
|
||||
Plugin 'nelstrom/vim-visual-star-search'
|
||||
Plugin 'skwp/greplace.vim'
|
||||
Plugin 'Lokaltog/vim-easymotion'
|
||||
Bundle "justinmk/vim-sneak"
|
||||
Bundle "rking/ag.vim"
|
||||
Bundle "vim-scripts/IndexedSearch"
|
||||
Bundle "nelstrom/vim-visual-star-search"
|
||||
Bundle "skwp/greplace.vim"
|
||||
Bundle "Lokaltog/vim-easymotion"
|
||||
|
||||
@@ -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
|
||||
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'
|
||||
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"
|
||||
|
||||
@@ -1,29 +1,29 @@
|
||||
Plugin 'AndrewRadev/splitjoin.vim'
|
||||
Plugin 'Raimondi/delimitMate'
|
||||
Plugin 'Shougo/neocomplete.git'
|
||||
Plugin 'briandoll/change-inside-surroundings.vim.git'
|
||||
Plugin 'godlygeek/tabular'
|
||||
Plugin 'tomtom/tcomment_vim.git'
|
||||
Plugin 'vim-scripts/camelcasemotion.git'
|
||||
Plugin 'vim-scripts/matchit.zip.git'
|
||||
Plugin 'kristijanhusak/vim-multiple-cursors'
|
||||
Plugin 'Keithbsmiley/investigate.vim'
|
||||
Plugin 'chrisbra/NrrwRgn'
|
||||
Plugin 'christoomey/vim-tmux-navigator'
|
||||
Plugin 'MarcWeber/vim-addon-mw-utils.git'
|
||||
Plugin 'bogado/file-line.git'
|
||||
Plugin 'mattn/webapi-vim.git'
|
||||
Plugin 'sjl/gundo.vim'
|
||||
Plugin 'skwp/YankRing.vim'
|
||||
Plugin 'tomtom/tlib_vim.git'
|
||||
Plugin 'tpope/vim-abolish'
|
||||
Plugin 'tpope/vim-endwise.git'
|
||||
Plugin 'tpope/vim-ragtag'
|
||||
Plugin 'tpope/vim-repeat.git'
|
||||
Plugin 'tpope/vim-surround.git'
|
||||
Plugin 'tpope/vim-unimpaired'
|
||||
Plugin 'vim-scripts/AnsiEsc.vim.git'
|
||||
Plugin 'vim-scripts/AutoTag.git'
|
||||
Plugin 'vim-scripts/lastpos.vim'
|
||||
Plugin 'vim-scripts/sudo.vim'
|
||||
Plugin 'goldfeld/ctrlr.vim'
|
||||
Bundle "AndrewRadev/splitjoin.vim"
|
||||
Bundle "Raimondi/delimitMate"
|
||||
Bundle "Shougo/neocomplete.git"
|
||||
Bundle "briandoll/change-inside-surroundings.vim.git"
|
||||
Bundle "godlygeek/tabular"
|
||||
Bundle "tomtom/tcomment_vim.git"
|
||||
Bundle "vim-scripts/camelcasemotion.git"
|
||||
Bundle "vim-scripts/matchit.zip.git"
|
||||
Bundle "kristijanhusak/vim-multiple-cursors"
|
||||
Bundle "Keithbsmiley/investigate.vim"
|
||||
Bundle "chrisbra/NrrwRgn"
|
||||
Bundle "christoomey/vim-tmux-navigator"
|
||||
Bundle "MarcWeber/vim-addon-mw-utils.git"
|
||||
Bundle "bogado/file-line.git"
|
||||
Bundle "mattn/webapi-vim.git"
|
||||
Bundle "sjl/gundo.vim"
|
||||
Bundle "skwp/YankRing.vim"
|
||||
Bundle "tomtom/tlib_vim.git"
|
||||
Bundle "tpope/vim-abolish"
|
||||
Bundle "tpope/vim-endwise.git"
|
||||
Bundle "tpope/vim-ragtag"
|
||||
Bundle "tpope/vim-repeat.git"
|
||||
Bundle "tpope/vim-surround.git"
|
||||
Bundle "tpope/vim-unimpaired"
|
||||
Bundle "vim-scripts/AnsiEsc.vim.git"
|
||||
Bundle "vim-scripts/AutoTag.git"
|
||||
Bundle "vim-scripts/lastpos.vim"
|
||||
Bundle "vim-scripts/sudo.vim"
|
||||
Bundle "goldfeld/ctrlr.vim"
|
||||
|
||||
Reference in New Issue
Block a user