Skip to content

Instantly share code, notes, and snippets.

@raghur
Last active August 29, 2015 13:58
Show Gist options
  • Save raghur/10157032 to your computer and use it in GitHub Desktop.
Save raghur/10157032 to your computer and use it in GitHub Desktop.
Vundle problem repro
filetype off
set rtp^=~/.vim
set rtp+=~/.vim/bundle/vundle/
call vundle#rc("$HOME/.vim/bundle/")
Plugin 'gmarik/vundle'
Plugin 'kshenoy/vim-signature'
Plugin 'https://git.gitorious.org/vim-gnupg/vim-gnupg'
Plugin 'raghur/vim-helpnav'
Plugin 'vim-scripts/L9'
Plugin 'kien/ctrlp.vim'
Plugin 'vim-pandoc/vim-pandoc'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-repeat'
Plugin 'kana/vim-smartinput'
Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'sjl/gundo.vim'
Plugin 'gregsexton/MatchTag'
Plugin 'scrooloose/nerdcommenter'
Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets'
Plugin 'scrooloose/syntastic'
Plugin 'kchmck/vim-coffee-script'
Plugin 'raghur/vim-colorschemes'
Plugin 'sickill/vim-monokai'
Plugin 'jaromero/vim-monokai-refined'
Plugin 'altercation/vim-colors-solarized'
Plugin 'chriskempson/base16-vim'
Plugin 'pangloss/vim-javascript'
Plugin 'elzr/vim-json'
Plugin 'jwhitley/vim-matchit'
Plugin 'tpope/vim-ragtag'
Plugin 'tpope/vim-surround'
Plugin 'kana/vim-textobj-indent'
Plugin 'kana/vim-textobj-user'
Plugin 'sgur/vim-textobj-parameter'
Plugin 'kana/vim-textobj-function'
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
Plugin 'bling/vim-airline'
Plugin 'Lokaltog/powerline-fonts'
Plugin 'tpope/vim-dispatch'
Plugin 'tpope/vim-markdown'
Plugin 'airblade/vim-rooter'
Plugin 'Shougo/vimproc.vim'
Plugin 'Shougo/neocomplete.vim'
Plugin 'maxbrunsfeld/vim-yankstack'
Plugin 'justinmk/vim-sneak'
Plugin 'nvie/vim-flake8'
Plugin 'nvie/vim-pyunit'
Plugin 'klen/python-mode'
Plugin 'klen/rope-vim'
Plugin 'nacitar/terminalkeys.vim'
Plugin 'xolox/vim-misc'
Plugin 'xolox/vim-session'
filetype plugin indent on
1: ~/.vimrc
2: ~/.vim/_vimrc
3: E:/Utils/gvim/filetype.vim
4: E:/Utils/gvim/menu.vim
5: E:/Utils/gvim/autoload/paste.vim
6: E:/Utils/gvim/ftplugin.vim
7: E:/Utils/gvim/indent.vim
8: E:/Utils/gvim/syntax/syntax.vim
9: E:/Utils/gvim/syntax/synload.vim
10: E:/Utils/gvim/syntax/syncolor.vim
11: E:/Utils/gvim/ftoff.vim
12: ~/.vim/bundle/vundle/autoload/vundle.vim
13: ~/.vim/bundle/vundle/autoload/vundle/config.vim
14: ~/.vim/bundle/vim-colorschemes/colors/smyck.vim
15: ~/.vim/neocomplete-custom.vim
16: ~/.vim/bundle/vim-yankstack/autoload/yankstack.vim
17: ~/.vim/bundle/vim-pandoc/ftdetect/pandoc.vim
18: ~/.vim/bundle/ultisnips/ftdetect/snippets.vim
19: ~/.vim/bundle/ultisnips/ftdetect/UltiSnips.vim
20: ~/.vim/bundle/vim-coffee-script/ftdetect/coffee.vim
21: ~/.vim/bundle/vim-javascript/ftdetect/javascript.vim
22: ~/.vim/bundle/vim-json/ftdetect/json.vim
23: ~/.vim/bundle/vim-markdown/ftdetect/mkd.vim
24: ~/.vim/bundle/vim-signature/plugin/signature.vim
25: ~/.vim/bundle/vim-gnupg/plugin/gnupg.vim
26: ~/.vim/bundle/L9/plugin/l9.vim
27: ~/.vim/bundle/L9/autoload/l9.vim
28: ~/.vim/bundle/ctrlp.vim/plugin/ctrlp.vim
29: ~/.vim/bundle/ctrlp.vim/autoload/ctrlp/mrufiles.vim
30: ~/.vim/bundle/vim-pandoc/plugin/pandoc.vim
31: ~/.vim/bundle/vim-fugitive/plugin/fugitive.vim
32: ~/.vim/bundle/vim-smartinput/plugin/smartinput.vim
33: ~/.vim/bundle/vim-smartinput/autoload/smartinput.vim
34: ~/.vim/bundle/vim-indent-guides/plugin/indent_guides.vim
35: ~/.vim/bundle/vim-indent-guides/autoload/indent_guides.vim
36: ~/.vim/bundle/gundo.vim/plugin/gundo.vim
37: ~/.vim/bundle/nerdcommenter/plugin/NERD_commenter.vim
38: ~/.vim/bundle/ultisnips/plugin/snipMate_compatibility.vim
39: ~/.vim/bundle/ultisnips/plugin/UltiSnips.vim
40: ~/.vim/bundle/ultisnips/autoload/UltiSnips/map_keys.vim
41: ~/.vim/bundle/ultisnips/autoload/UltiSnips/bootstrap.vim
42: ~/.vim/bundle/syntastic/plugin/syntastic/autoloclist.vim
43: ~/.vim/bundle/syntastic/plugin/syntastic/balloons.vim
44: ~/.vim/bundle/syntastic/plugin/syntastic/checker.vim
45: ~/.vim/bundle/syntastic/plugin/syntastic/cursor.vim
46: ~/.vim/bundle/syntastic/plugin/syntastic/highlighting.vim
47: ~/.vim/bundle/syntastic/plugin/syntastic/loclist.vim
48: ~/.vim/bundle/syntastic/plugin/syntastic/modemap.vim
49: ~/.vim/bundle/syntastic/plugin/syntastic/notifiers.vim
50: ~/.vim/bundle/syntastic/plugin/syntastic/registry.vim
51: ~/.vim/bundle/syntastic/plugin/syntastic/signs.vim
52: ~/.vim/bundle/syntastic/plugin/syntastic.vim
53: ~/.vim/bundle/syntastic/autoload/syntastic/util.vim
54: ~/.vim/bundle/vim-matchit/plugin/matchit.vim
55: ~/.vim/bundle/vim-ragtag/plugin/ragtag.vim
56: ~/.vim/bundle/vim-surround/plugin/surround.vim
57: ~/.vim/bundle/vim-textobj-indent/plugin/textobj/indent.vim
58: ~/.vim/bundle/vim-textobj-user/autoload/textobj/user.vim
59: ~/.vim/bundle/vim-textobj-parameter/plugin/textobj/parameter.vim
60: ~/.vim/bundle/vim-textobj-function/plugin/textobj/function.vim
61: ~/.vim/bundle/vim-dispatch/plugin/dispatch.vim
62: ~/.vim/bundle/vim-rooter/plugin/rooter.vim
63: ~/.vim/bundle/vimproc.vim/plugin/vimproc.vim
64: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete/buffer.vim
65: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete/dictionary.vim
66: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete/include.vim
67: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete/syntax.vim
68: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete/tag.vim
69: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete.vim
70: ~/.vim/bundle/vim-yankstack/plugin/yankstack.vim
71: ~/.vim/bundle/vim-sneak/plugin/sneak.vim
72: ~/.vim/bundle/python-mode/plugin/pymode.vim
73: ~/.vim/bundle/python-mode/autoload/pymode.vim
74: ~/.vim/bundle/terminalkeys.vim/plugin/terminalkeys.vim
75: ~/.vim/bundle/vim-session/plugin/session.vim
76: ~/.vim/bundle/vim-misc/autoload/xolox/misc.vim
77: E:/Utils/gvim/plugin/getscriptPlugin.vim
78: E:/Utils/gvim/plugin/gzip.vim
79: E:/Utils/gvim/plugin/matchparen.vim
80: E:/Utils/gvim/plugin/netrwPlugin.vim
81: E:/Utils/gvim/plugin/rrhelper.vim
82: E:/Utils/gvim/plugin/spellfile.vim
83: E:/Utils/gvim/plugin/tarPlugin.vim
84: E:/Utils/gvim/plugin/tohtml.vim
85: E:/Utils/gvim/plugin/vimballPlugin.vim
86: E:/Utils/gvim/plugin/zipPlugin.vim
87: ~/.vim/bundle/ultisnips/after/plugin/UltiSnips_after.vim
88: ~/.vim/bundle/syntastic/autoload/syntastic/log.vim
89: ~/.vim/bundle/vim-signature/autoload/signature.vim
90: ~/.vim/bundle/vim-indent-guides/autoload/color_helper.vim
91: ~/.vim/bundle/vim-session/autoload/xolox/session.vim
92: ~/.vim/bundle/vim-misc/autoload/xolox/misc/option.vim
93: ~/.vim/bundle/vim-misc/autoload/xolox/misc/path.vim
94: ~/.vim/bundle/vim-misc/autoload/xolox/misc/os.vim
95: ~/.vim/bundle/vim-misc/autoload/xolox/misc/timer.vim
96: ~/.vim/.vimbackups/.sessions/default.vim
97: ~/.vim/bundle/ctrlp.vim/autoload/ctrlp/utils.vim
98: ~/.vim/bundle/ultisnips/autoload/UltiSnips.vim
99: E:/Utils/gvim/scripts.vim
100: E:/Utils/gvim/ftplugin/vim.vim
101: ~/.vim/bundle/vim-textobj-function/after/ftplugin/vim/textobj-function.vim
102: E:/Utils/gvim/indent/vim.vim
103: E:/Utils/gvim/syntax/vim.vim
104: E:/Utils/gvim/syntax/lua.vim
105: E:/Utils/gvim/syntax/python.vim
106: ~/.vim/bundle/vim-misc/autoload/xolox/misc/msg.vim
107: ~/.vim/bundle/vundle/autoload/vundle/installer.vim
108: ~/.vim/bundle/vundle/autoload/vundle/scripts.vim
109: ~/.vim/bundle/vim-airline/plugin/airline.vim
110: ~/.vim/bundle/vim-airline/autoload/airline.vim
111: ~/.vim/bundle/vim-airline/autoload/airline/init.vim
112: ~/.vim/bundle/vim-airline/autoload/airline/parts.vim
113: ~/.vim/bundle/vim-airline/autoload/airline/extensions.vim
114: ~/.vim/bundle/vim-airline/autoload/airline/extensions/quickfix.vim
115: ~/.vim/bundle/vim-airline/autoload/airline/extensions/netrw.vim
116: ~/.vim/bundle/vim-airline/autoload/airline/extensions/ctrlp.vim
117: ~/.vim/bundle/vim-airline/autoload/airline/extensions/branch.vim
118: ~/.vim/bundle/vim-airline/autoload/airline/extensions/syntastic.vim
119: ~/.vim/bundle/vim-airline/autoload/airline/extensions/whitespace.vim
120: ~/.vim/bundle/vim-airline/autoload/airline/section.vim
121: ~/.vim/bundle/vim-airline/autoload/airline/highlighter.vim
122: ~/.vim/bundle/vim-airline/autoload/airline/themes/dark.vim
123: ~/.vim/bundle/vim-airline/autoload/airline/themes.vim
124: ~/.vim/bundle/vim-airline/autoload/airline/builder.vim
125: ~/.vim/bundle/vim-airline/autoload/airline/util.vim
126: ~/.vim/bundle/vim-airline/autoload/airline/extensions/default.vim
1: ~/.vimrc
2: ~/.vim/_vimrc
3: E:/Utils/gvim/filetype.vim
4: E:/Utils/gvim/menu.vim
5: E:/Utils/gvim/autoload/paste.vim
6: E:/Utils/gvim/ftplugin.vim
7: E:/Utils/gvim/indent.vim
8: E:/Utils/gvim/syntax/syntax.vim
9: E:/Utils/gvim/syntax/synload.vim
10: E:/Utils/gvim/syntax/syncolor.vim
11: E:/Utils/gvim/ftoff.vim
12: ~/.vim/bundle/vundle/autoload/vundle.vim
13: ~/.vim/bundle/vundle/autoload/vundle/config.vim
14: ~/.vim/bundle/vim-colorschemes/colors/smyck.vim
15: ~/.vim/neocomplete-custom.vim
16: ~/.vim/bundle/vim-yankstack/autoload/yankstack.vim
17: ~/.vim/bundle/vim-pandoc/ftdetect/pandoc.vim
18: ~/.vim/bundle/ultisnips/ftdetect/snippets.vim
19: ~/.vim/bundle/ultisnips/ftdetect/UltiSnips.vim
20: ~/.vim/bundle/vim-coffee-script/ftdetect/coffee.vim
21: ~/.vim/bundle/vim-javascript/ftdetect/javascript.vim
22: ~/.vim/bundle/vim-json/ftdetect/json.vim
23: ~/.vim/bundle/vim-markdown/ftdetect/mkd.vim
24: ~/.vim/bundle/vim-signature/plugin/signature.vim
25: ~/.vim/bundle/vim-gnupg/plugin/gnupg.vim
26: ~/.vim/bundle/L9/plugin/l9.vim
27: ~/.vim/bundle/L9/autoload/l9.vim
28: ~/.vim/bundle/ctrlp.vim/plugin/ctrlp.vim
29: ~/.vim/bundle/ctrlp.vim/autoload/ctrlp/mrufiles.vim
30: ~/.vim/bundle/vim-pandoc/plugin/pandoc.vim
31: ~/.vim/bundle/vim-fugitive/plugin/fugitive.vim
32: ~/.vim/bundle/vim-smartinput/plugin/smartinput.vim
33: ~/.vim/bundle/vim-smartinput/autoload/smartinput.vim
34: ~/.vim/bundle/vim-indent-guides/plugin/indent_guides.vim
35: ~/.vim/bundle/vim-indent-guides/autoload/indent_guides.vim
36: ~/.vim/bundle/gundo.vim/plugin/gundo.vim
37: ~/.vim/bundle/nerdcommenter/plugin/NERD_commenter.vim
38: ~/.vim/bundle/ultisnips/plugin/snipMate_compatibility.vim
39: ~/.vim/bundle/ultisnips/plugin/UltiSnips.vim
40: ~/.vim/bundle/ultisnips/autoload/UltiSnips/map_keys.vim
41: ~/.vim/bundle/ultisnips/autoload/UltiSnips/bootstrap.vim
42: ~/.vim/bundle/syntastic/plugin/syntastic/autoloclist.vim
43: ~/.vim/bundle/syntastic/plugin/syntastic/balloons.vim
44: ~/.vim/bundle/syntastic/plugin/syntastic/checker.vim
45: ~/.vim/bundle/syntastic/plugin/syntastic/cursor.vim
46: ~/.vim/bundle/syntastic/plugin/syntastic/highlighting.vim
47: ~/.vim/bundle/syntastic/plugin/syntastic/loclist.vim
48: ~/.vim/bundle/syntastic/plugin/syntastic/modemap.vim
49: ~/.vim/bundle/syntastic/plugin/syntastic/notifiers.vim
50: ~/.vim/bundle/syntastic/plugin/syntastic/registry.vim
51: ~/.vim/bundle/syntastic/plugin/syntastic/signs.vim
52: ~/.vim/bundle/syntastic/plugin/syntastic.vim
53: ~/.vim/bundle/syntastic/autoload/syntastic/util.vim
54: ~/.vim/bundle/vim-matchit/plugin/matchit.vim
55: ~/.vim/bundle/vim-ragtag/plugin/ragtag.vim
56: ~/.vim/bundle/vim-surround/plugin/surround.vim
57: ~/.vim/bundle/vim-textobj-indent/plugin/textobj/indent.vim
58: ~/.vim/bundle/vim-textobj-user/autoload/textobj/user.vim
59: ~/.vim/bundle/vim-textobj-parameter/plugin/textobj/parameter.vim
60: ~/.vim/bundle/vim-textobj-function/plugin/textobj/function.vim
61: ~/.vim/bundle/vim-dispatch/plugin/dispatch.vim
62: ~/.vim/bundle/vim-rooter/plugin/rooter.vim
63: ~/.vim/bundle/vimproc.vim/plugin/vimproc.vim
64: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete/buffer.vim
65: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete/dictionary.vim
66: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete/include.vim
67: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete/syntax.vim
68: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete/tag.vim
69: ~/.vim/bundle/neocomplete.vim/plugin/neocomplete.vim
70: ~/.vim/bundle/vim-yankstack/plugin/yankstack.vim
71: ~/.vim/bundle/vim-sneak/plugin/sneak.vim
72: ~/.vim/bundle/python-mode/plugin/pymode.vim
73: ~/.vim/bundle/python-mode/autoload/pymode.vim
74: ~/.vim/bundle/terminalkeys.vim/plugin/terminalkeys.vim
75: ~/.vim/bundle/vim-session/plugin/session.vim
76: ~/.vim/bundle/vim-misc/autoload/xolox/misc.vim
77: E:/Utils/gvim/plugin/getscriptPlugin.vim
78: E:/Utils/gvim/plugin/gzip.vim
79: E:/Utils/gvim/plugin/matchparen.vim
80: E:/Utils/gvim/plugin/netrwPlugin.vim
81: E:/Utils/gvim/plugin/rrhelper.vim
82: E:/Utils/gvim/plugin/spellfile.vim
83: E:/Utils/gvim/plugin/tarPlugin.vim
84: E:/Utils/gvim/plugin/tohtml.vim
85: E:/Utils/gvim/plugin/vimballPlugin.vim
86: E:/Utils/gvim/plugin/zipPlugin.vim
87: ~/.vim/bundle/ultisnips/after/plugin/UltiSnips_after.vim
88: ~/.vimrc2
89: ~/.vim/bundle/syntastic/autoload/syntastic/log.vim
90: ~/.vim/bundle/vim-signature/autoload/signature.vim
91: ~/.vim/bundle/vim-indent-guides/autoload/color_helper.vim
92: ~/.vim/bundle/vim-session/autoload/xolox/session.vim
93: ~/.vim/bundle/vim-misc/autoload/xolox/misc/option.vim
94: ~/.vim/bundle/vim-misc/autoload/xolox/misc/path.vim
95: ~/.vim/bundle/vim-misc/autoload/xolox/misc/os.vim
96: ~/.vim/bundle/vim-misc/autoload/xolox/misc/timer.vim
97: ~/.vim/.vimbackups/.sessions/default.vim
98: ~/.vim/bundle/ctrlp.vim/autoload/ctrlp/utils.vim
99: ~/.vim/bundle/ultisnips/autoload/UltiSnips.vim
100: E:/Utils/gvim/scripts.vim
101: E:/Utils/gvim/ftplugin/vim.vim
102: ~/.vim/bundle/vim-textobj-function/after/ftplugin/vim/textobj-function.vim
103: E:/Utils/gvim/indent/vim.vim
104: E:/Utils/gvim/syntax/vim.vim
105: E:/Utils/gvim/syntax/lua.vim
106: E:/Utils/gvim/syntax/python.vim
107: ~/.vim/bundle/vim-misc/autoload/xolox/misc/msg.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment