Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 0 #1006

Open
wants to merge 756 commits into
base: master
Choose a base branch
from
Open

3 0 #1006

wants to merge 756 commits into from

Conversation

Jerick26
Copy link

No description provided.

spf13 and others added 30 commits January 16, 2014 10:54
try to fix #526 issue 1, prevent "<C-k>" from invoking its self looply.
Corrected the load order of config files to match the code. Also added a link for AutoClose
I sometimes need to use other git transports (as opposed to https) and having these uris readable from the environment helps.
Added Chocolatey NuGet install instructions for Windows
Informations about how to add YouCompleteMe were wrong.
Change ctrl-e to use nerdtree-tabs instead of nerd tree native
Correct load order of config files in readme
Fix no_conceal on youcompleteme
fix spelling of occurred in debug()
allow git_uri and vundle_uri to be set in ENV for bootstrap.sh
add a switch to disable omni complete
Fixing d$ not deleting last character of the line after wrap relative motion code was replaced
… 4.1 split the repository into two and the other half is now missing, see the PR for details.
This is about the same as the %BASE_DIR% var in the windows
scripts
It doesn't seem like we need this submodule anymore since the script clones vundle itself.

is there a reason it's still here?
This as it slows down exit from insert mode for many users
spf13 and others added 29 commits August 3, 2015 12:41
Added Bundle 'powerline/fonts'
Fix a link to neocomplete
A simple change to support neovim. Fixes #774.

Move nvimrc file inside .nvim directory

Only install neovim support if neovim is being used

Use program_exists function instead of vimscript

Made a hasty mistake and added vimscript to a bash script :X

Neovim not existing no longer stops script

Also correct `endif` to `fi`.

Refactor program_exists naming

Changed `program_exists` to `program_must_exist`, which throws an error which halts the script if the program is not found, and refactored `nvim_exists` to be the more general `program_exists`, which does not throw an error if the program is not found.

Refactor program_exists and program_must_exist

`program_must_exist` uses `program_exists` now, instead of repeating code. Changed `type` to `command -v` in `program_exists` to be more POSIX compliant. Refactored status code conditional in `program_exists` to remove double negatives. Thanks to @mkwmms for the suggestions.

Preliminary support for neovim

A simple change to support neovim. Fixes #774.

Move nvimrc file inside .nvim directory

Refactor program_exists naming

Changed `program_exists` to `program_must_exist`, which throws an error which halts the script if the program is not found, and refactored `nvim_exists` to be the more general `program_exists`, which does not throw an error if the program is not found.

Refactor program_exists and program_must_exist

`program_must_exist` uses `program_exists` now, instead of repeating code. Changed `type` to `command -v` in `program_exists` to be more POSIX compliant. Refactored status code conditional in `program_exists` to remove double negatives. Thanks to @mkwmms for the suggestions.
Preliminary support for neovim
vim-easymotion is now in the easymotion github org.
The previous location redirected to the new one, but
we might as well update the reference to the new location.
Updates filemode for uninstall.sh from 644 to 755.
Fix uninstall.sh not executable
pymode works for python 3 (python-mode/python-mode#197).  So far, this update (allowing it when python3 is present) seems to work fine for me.
use pymode even for python3
Update location of vim-easymotion.
Silently restore cursor.
Terryma's repository is the one being maintained now.
Switch back to terryma's version of vim-multiple-cursors
I can't imagine this ever working :)
Remove win16 from WINDOWS()
…es have been migrated to github.co m/vim-airline/vim-airline-themes." as vim-airline made a update days ago.
Tiny change to fix vim-airline alert
@CLAassistant
Copy link

CLAassistant commented Jan 11, 2017

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
6 out of 19 committers have signed the CLA.

✅ bronzehedwick
✅ toejough
✅ jrobeson
✅ lucky521
✅ Michaelizm
✅ ddetkovs
❌ FranzSkuffka
❌ zhlinh
❌ chadluo
❌ ryanoasis
❌ spf13
❌ demon386
❌ j1mr10rd4n
❌ leesavide
❌ pjvds
❌ Leo Wzukw
❌ fabianhjr
❌ mortonfox
❌ russellb


Leo Wzukw seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet