You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ Issues
14
14
15
15
Before submitting an issue, be sure to check the following places for answers.
16
16
17
-
1. Vundle docs at [`:h vundle`](https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt).
17
+
1. Vundle docs at [`:h vundle`](https://github.com/VundleVim/Vundle.vim/blob/master/doc/vundle.txt).
18
18
19
-
2. The [FAQ](https://github.com/gmarik/Vundle.vim/search).
19
+
2. The [FAQ](https://github.com/VundleVim/Vundle.vim/wiki).
20
20
21
-
3.[Search](https://github.com/gmarik/Vundle.vim/search) the repository for related issues.
21
+
3.[Search](https://github.com/VundleVim/Vundle.vim/search) the repository for related issues.
22
22
23
23
## Try To Eliminate Your Vimrc
24
24
25
-
In order to make sure it isn't just `.vimrc` replace your own config file with the [minimal vimrc](https://github.com/gmarik/Vundle.vim/blob/master/test/minirc.vim). Clear out bundles and then try to reproduce.
25
+
In order to make sure it isn't just `.vimrc` replace your own config file with the [minimal vimrc](https://github.com/VundleVim/Vundle.vim/blob/master/test/minirc.vim). Clear out bundles and then try to reproduce.
26
26
27
27
If the problem stops, likely there is an issue in your user configuration. You can incrementally add back your user changes to the minimal file testing the bug each time. This will allow you to slowly bisect the issue. You may want to test one plugin at a time.
28
28
@@ -46,7 +46,7 @@ To better respond to issues please follow these general guidelines when explaini
46
46
47
47
I am using Vim on Kubuntu 13.04 64 bit and I get the following error... (add further explanation here)
48
48
49
-
To reproduce the bug, use the vimrc file below and run `:BundleInstall`... (continue with steps)
49
+
To reproduce the bug, use the vimrc file below and run `:PluginInstall`... (continue with steps)
0 commit comments