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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 16, 2014

  1. Merge pull request #530 from yssource/3.0

    try to fix #526 issue 1, prevent "<C-k>" from invoking its self looply.
    spf13 committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    529565b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2014

  1. Configuration menu
    Copy the full SHA
    a828428 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2014

  1. Configuration menu
    Copy the full SHA
    5968f0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caf59dc View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2014

  1. Configuration menu
    Copy the full SHA
    3125f35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ccd368 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2014

  1. Configuration menu
    Copy the full SHA
    4ec01f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. Correct load order of config files in readme

    Corrected the load order of config files to match the code. Also added a link for AutoClose
    jredville committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    c8b9f72 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2014

  1. store the vundle uri in a variable.

    I sometimes need to use other git transports (as opposed to https) and having these uris readable from the environment helps.
    matlads committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    0bdeca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8114441 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2014

  1. Configuration menu
    Copy the full SHA
    47d7952 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #536 from switchspan/3.0

    Added Chocolatey NuGet install instructions for Windows
    spf13 committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    46e9bae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #529 from NoWiS-/3.0

    Informations about how to add YouCompleteMe were wrong.
    spf13 committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    d1a8b03 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #532 from taxilian/3.0-nerdtree-tabs-toggle

    Change ctrl-e to use nerdtree-tabs instead of nerd tree native
    spf13 committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    e028ed8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #542 from jredville/patch-2

    Correct load order of config files in readme
    spf13 committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    7254af9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #545 from julianduque/3.0

    Fix no_conceal on youcompleteme
    spf13 committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    364b1c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2014

  1. fix spelling of occurred in debug()

    Johnny Robeson committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    f68eb5a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2014

  1. Merge pull request #546 from jrobeson/patch-1

    fix spelling of occurred in debug()
    spf13 committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    b44573e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #543 from matlads/3.0

    allow git_uri and vundle_uri to be set in ENV for bootstrap.sh
    spf13 committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    2030f7e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #537 from perfectworks/noOmniComplete

    add a switch to disable omni complete
    spf13 committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    ce0d5ce View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

  1. Configuration menu
    Copy the full SHA
    33091b2 View commit details
    Browse the repository at this point in the history
  2. fixed wrap relative motion mappings to address problem reported in #464

    … , d$ now deletes last character of line
    lukedomanski committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    7b21d20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4122da2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #550 from lukedomanski/3.0

    Fixing d$ not deleting last character of the line after wrap relative motion code was replaced
    spf13 committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    ebd410b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Add Shougo/neosnippet-snippets. Fixes #539. Shougo/neosnippet version…

    … 4.1 split the repository into two and the other half is now missing, see the PR for details.
    ljani committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    784e58b View commit details
    Browse the repository at this point in the history
  2. Fix neosnippet and neosnippet-snippets order to follow the instructio…

    …ns at Shougo/neosnippet
    ljani committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    9d293cb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2014

  1. add $app_dir var to point to application root

    This is about the same as the %BASE_DIR% var in the windows
    scripts
    Johnny Robeson committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    507b6b0 View commit details
    Browse the repository at this point in the history
  2. rename BASE_DIR to APP_DIR

    Johnny Robeson committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    59f9d87 View commit details
    Browse the repository at this point in the history
  3. Delete .gitmodules

    It doesn't seem like we need this submodule anymore since the script clones vundle itself.
    
    is there a reason it's still here?
    Johnny Robeson committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    1a99833 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2014

  1. Screen program mapping is now opt-in

    This as it slows down exit from insert mode for many users
    rekendahl committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    a6c6647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b23636 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2014

  1. Merge pull request #559 from rekendahl/3.0

    Screen program mapping is now opt-in (as it slows down exits from insert back to normal mode)
    johntyree committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    1a4fd8b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2014

  1. Merge pull request #556 from jrobeson/patch-1

    Delete .gitmodules
    johntyree committed Feb 14, 2014
    Configuration menu
    Copy the full SHA
    c7128bb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2014

  1. Merge pull request #551 from ljani/3.0

    Add Shougo/neosnippet-snippets. Fixes #539.
    spf13 committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    7565039 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #555 from jrobeson/add-app_dir-var

    add app_dir var to point to root of application
    spf13 committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    65d344d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf15144 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2014

  1. Configuration menu
    Copy the full SHA
    5f6b198 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2014

  1. Merge branch 'pr/565' into 3.0

    Fixes #564, #565
    johntyree committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    8ba227e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2014

  1. Configuration menu
    Copy the full SHA
    4efabe7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #570 from MattWoelk/3.0

    Removed bundle justinmk/vim-sneak
    spf13 committed Feb 21, 2014
    Configuration menu
    Copy the full SHA
    7d48f76 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2014

  1. Add Twinside/vim-haskellFold

    X0L committed Feb 26, 2014
    Configuration menu
    Copy the full SHA
    5dfaf63 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2014

  1. Update Vundle first

    louy2 committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    d0cde46 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2014

  1. Configuration menu
    Copy the full SHA
    48a0fdd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #578 from evanhorn/3.0

    Added bundle honza/vim-snippets for UltiSnips compatability
    spf13 committed Mar 9, 2014
    Configuration menu
    Copy the full SHA
    993e32e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #572 from louy2/3.0

    Update Vundle first
    spf13 committed Mar 9, 2014
    Configuration menu
    Copy the full SHA
    bf76da7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2014

  1. Update .vimrc.bundles

    According to line 94 and the Bundle name here, it should be Scala, not Java
    Rocky Liu committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    d635e7e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2014

  1. Update bootstrap.sh

    Cade-Forester committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    52f6b41 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. Merge pull request #584 from Cade-Forester/patch-1

    Prevent stopping installation process: disable 'more' option
    spf13 committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    0225b46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #582 from ljie-PI/patch-1

    Update .vimrc.bundles
    spf13 committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    9fd585f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #571 from x0l/patch-1

    Add Twinside/vim-haskellFold
    spf13 committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    d273661 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. fix PyMode setting; add ctrlp-funky

    yushijun committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    c0cfed3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2014

  1. Configuration menu
    Copy the full SHA
    ae9c9fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d430e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

  1. 1 Configuration menu
    Copy the full SHA
    ae2fe5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be7e68 View commit details
    Browse the repository at this point in the history
  3. Removing some of the more obscure languages from the default groups.

    Please set g:spf13_bundle_groups in your .vimrc.before.local file to enable using these languages
    spf13 committed Apr 2, 2014
    1 Configuration menu
    Copy the full SHA
    b15eeb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

  1. Configuration menu
    Copy the full SHA
    bce08f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2014

  1. Update .vimrc

    adding another filetype to the autocmd to remove trailing spaces
    ragingdave committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    66896dd View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

  1. Configuration menu
    Copy the full SHA
    cb6e563 View commit details
    Browse the repository at this point in the history
  2. Add neocomplcache_omni_patterns for Go

    The default omni pattern is not working for Go and the following pattern is added explicitly:
    
        let g:neocomplcache_omni_patterns.go = '\h\w*\.\?'
    pjvds committed May 3, 2014
    Configuration menu
    Copy the full SHA
    3b6eab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f5d4da View commit details
    Browse the repository at this point in the history

Commits on May 4, 2014

  1. Update bootstrap.sh

    Copperfield committed May 4, 2014
    Configuration menu
    Copy the full SHA
    85cbd48 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2014

  1. it's -> its

    sebastianbergmann committed May 22, 2014
    Configuration menu
    Copy the full SHA
    3b851bb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

  1. be consistent about ag, ack-grep and ack switches

    Signed-off-by: BlackEagle <ike.devolder@gmail.com>
    BlackIkeEagle committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    33c31b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. Merge pull request #620 from BlackIkeEagle/consistent-ag-ack-ack-grep

    be consistent about ag, ack-grep and ack switches
    spf13 committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    cc84ca2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #613 from sebastianbergmann/patch-1

    it's -> its
    spf13 committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    6c21c32 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #607 from Copperfield/3.0

    Update bootstrap.sh
    spf13 committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    78b2d2d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #606 from pjvds/patch-1

    Add neocomplcache_omni_patterns for Go
    spf13 committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    e5ff1dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #601 from DaveMC08/patch-1

    Update .vimrc
    spf13 committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    488a074 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #605 from krblt/default-bundles

    Introduce .vimrc.bundles.default
    spf13 committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    9028b86 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #595 from MattWoelk/3.0

    Removed bundle 'justinmk/vim-sneak'; it messed with default 's' key.
    spf13 committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    273d5a6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #587 from JoveYu/3.0

    fix PyMode setting; add ctrlp-funky
    spf13 committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    c65d092 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2014

  1. Configuration menu
    Copy the full SHA
    1eda954 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. Configuration menu
    Copy the full SHA
    ccb87f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2014

  1. remove spf13-vim 3.0 note

    It's from two years ago and makes the text a bit too long. The upgrade from prior versions is mentioned in the Installation section
    Johnny Robeson committed Jun 22, 2014
    Configuration menu
    Copy the full SHA
    82c924d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2014

  1. Merge pull request #627 from jrobeson/patch-2

    remove spf13-vim 3.0 note
    spf13 committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    1531256 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #623 from krblt/readme-update

    explain default bundles for a fork
    spf13 committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    4ab3c6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    391f61a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49e1bcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    983785d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c60f84a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    107b93b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40b91a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21ff737 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6751579 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a097eb9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a040dd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. Configuration menu
    Copy the full SHA
    412556c View commit details
    Browse the repository at this point in the history
  2. Don't conceal JSON syntax

    Because hiding characters is a terrible idea. I can't believe the JSON plugin actually does this by default but it does. This is apparently the proper way to disable it. Fixes #375.
    chrisnicola committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    9972cd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #637 from chrisnicola/patch-3

    Don't conceal JSON syntax by default
    Johnny Robeson committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    4c5bf0d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2014

  1. Configuration menu
    Copy the full SHA
    aa5c828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa611c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Configuration menu
    Copy the full SHA
    1c634fa View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Improve the readme showing an option to configure the

    enviroment variables because they are not set by default by
    gVim.
    gmunumel committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    a04e65f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Adding Toml support

    spf13 committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    d326682 View commit details
    Browse the repository at this point in the history
  2. Adding tpope/commentary

    spf13 committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    f501ba1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9b96e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c11055e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2014

  1. Configuration menu
    Copy the full SHA
    a570c9b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2014

  1. Improve the readme to show an option to configure the

    environment variables because they are not set by
    default with gVim.
    gmunumel committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    9e1bf19 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Configuration menu
    Copy the full SHA
    636896a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2014

  1. Merge pull request #636 from chrisnicola/dont-remap-cr

    Don't remap <CR> for omnicomplete it causes issues
    spf13 committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    1bdba7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #657 from yssource/3.0

    Bugfix #320. vimdiff "]c" jump to next diff doesn't work
    spf13 committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    b0e4581 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #654 from gmunumel/3.0

    Improve the readme to show an option to configure the
    spf13 committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    928195c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #651 from globin/rust_puppet

    improve rust and puppet support
    spf13 committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    ab42a6f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #649 from gmunumel/improve_readme

    Option to configure environment variable
    spf13 committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    f5ecf32 View commit details
    Browse the repository at this point in the history
  6. Fixed regex of NERDTreeIgnore.

    NERDTree does'nt show directory which name containing '.git' '.svn' or '.hg'(e.g. 'cupen.github', 'a.svna').
    The regx of `NERDTreeIgnore` was‘nt working right,I fixed it..
    咚咔 committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    c0865eb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2014

  1. Merge pull request #661 from Cupen/patch-1

    Fixed regex of `NERDTreeIgnore`.
    spf13 committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    7f846ae View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2014

  1. Ensure HOME environmental variable set

    When working with puppet (and other setups), it is possible the HOME environmental variable is unset. This
    leads to a spf13 bootstrap which does not perform as expected because `$HOME` is empty. This results in files being written to undesirable locations such as `/.spf13-vim-3/.vimrc.bundles` Let's stop the user before they get into this bad state.
    jeinnovate committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    203d640 View commit details
    Browse the repository at this point in the history
  2. Add support for Salt files

    dustinrc committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    31b80d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Configuration menu
    Copy the full SHA
    4229220 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #667 from dustinrc/saltstack

    Add support for Salt files
    spf13 committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    8a2f244 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #664 from jinnovate/HOME-set

    Ensure HOME environmental variable set
    spf13 committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    70c38b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2014

  1. replace iunmap <CR> with inoremap <CR> <CR>

    If noninvasive completion is set, i get the following error:
    
    Error detected while processing ~/.vimrc:
    line  730:
    E31: No such mapping
    Press ENTER or type command to continue
    
    To avoid this "no such mapping" error, instead of unmapping the commands for <CR> one can simply overwrite it with itself to reset it, which works regardless of wether the mapping existed or not.
    wolfgangpfnuer committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    a299f31 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2014

  1. Merge pull request #669 from wolfgangpfnuer/patch-1

    replace iunmap <CR> with inoremap <CR> <CR>
    spf13 committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    ff1c8bc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2014

  1. created "puppet" bundle.

    shoekstra committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    c444d0d View commit details
    Browse the repository at this point in the history
  2. fixed echo command

    shoekstra committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    eaacf45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0956d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2014

  1. Merge pull request #672 from shoekstra/fix_echo

    fixed echo command
    spf13 committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    4312272 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #671 from shoekstra/add_bundle_for_puppet

    Add "puppet" bundle.
    spf13 committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    290c7ec View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2014

  1. Update README.markdown

    Added information from this forum topic on how to add a bundle to the list: https://groups.google.com/forum/#!searchin/spf13-vim-discuss/install/spf13-vim-discuss/s_PMWxVVogM/otCEQs0ZlsYJ
    jaguarondi committed Oct 2, 2014
    Configuration menu
    Copy the full SHA
    0b0da6e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2014

  1. Merge pull request #675 from jaguarondi/patch-1

    Update README.markdown
    spf13 committed Oct 7, 2014
    Configuration menu
    Copy the full SHA
    03b5485 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2014

  1. add jiangmiao/auto-pairs

    David Elliott committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    61bbd83 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2014

  1. Update .vimrc

    I don't want trailing spaces in my sql :-)
    edi9999 committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    7f6b867 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2014

  1. Configuration menu
    Copy the full SHA
    11dda52 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Swapped out terryma/vim-multiple-cursors for the better supported kri…

    …stijanhusak/vim-multiple-cursors
    seyDoggy committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    7f7fc65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #691 from seyDoggy/3.0

    Swapped vim-multiple-cursors
    spf13 committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    b45996f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. Fixed edit shortcuts for paths containing spaces

    This is the current implementation on http://vimcasts.org/e/14 
    The original one would not work for paths containing spaces or other strange characters.
    regedor committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    366e81d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2014

  1. Remove traillings

    leowzukw committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    1ca8fe0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. Configuration menu
    Copy the full SHA
    dae72e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b05a64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #700 from switchspan/3.0

    Updated windows install information in README
    spf13 committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    cef6b6a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #698 from leowzukw/patch-2

    Remove traillings
    spf13 committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    664f202 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #687 from edi9999/patch-1

    Update .vimrc
    spf13 committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    764cebf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #689 from drake01/3.0

     added check for override_spf13_bundles in vimrc
    spf13 committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    58b5765 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #697 from regedor/3.0

    Fixed edit shortcuts for paths containing spaces
    spf13 committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    a8f8b19 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2014

  1. Update to ctrlpvim/ctrlp.vim

    kien/ctrlp.vim hasn't been update for over 1 year, and the ctrlpvim version is working better, especially it will order the files intelligently, showing first exact matches
    edi9999 committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    cf7faaf View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2014

  1. Configuration menu
    Copy the full SHA
    c3ea335 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa4ea0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffd2095 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Merge pull request #703 from fabianhjr/3.0

    Add elixir group to .vimrc.bundles
    spf13 committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    330d4ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #702 from edi9999/patch-2

    Update to ctrlpvim/ctrlp.vim
    spf13 committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    1970f96 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2014

  1. Configuration menu
    Copy the full SHA
    e841851 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2015

  1. Fixing bootstrap being destructive as .vimrc.bundles.default only souces

    .vimrc.before.fork and not .vimrc.before or .vimrc.before.local .
    now sourcing .vimrc.before, which then sources the other two by default.
    MyChaOS87 committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    790c57c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2015

  1. Merge pull request #712 from MyChaOS87/3.0

    Fixing bootstrap being destructive
    spf13 committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    7e458dd View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2015

  1. Changed <Leader>a= to only align one = sign

    Currently `<Leader>a=` acting on the following:
    ````
    a = b == 3
    xyz = u == v
    ````
    produces
    ````
    a   = b = = 3
    xyz = u = = v
    ````
    .. which is probably not what the user intended.
    Since aligning `=` almost always refers to assignment, it makes sense to only align the first one.
    jazmit committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    095a23c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. Change rust.vim to the official one

    Rust vim plugin now has it's dedicated repository so that it'd better to use that. [1]
    
    [1] https://github.com/wting/rust.vim/issues/25
    guersam committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    dad627f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #728 from guersam/patch-1

    Change rust.vim to the official one
    Johnny Robeson committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    1b85a6f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. replace \e with POSIX compliant \33

    This makes the colors work with the dash shell (shipped with ubuntu)
    and perhaps others
    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    1e45e16 View commit details
    Browse the repository at this point in the history
  2. abort earlier if we do not have git

    also change the message to match the vim one
    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    34eb41e View commit details
    Browse the repository at this point in the history
  3. remove trailing whitespace

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    0024ba4 View commit details
    Browse the repository at this point in the history
  4. rename clone_repo to sync_repo

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    e13ba0f View commit details
    Browse the repository at this point in the history
  5. refactor sync_repo and friends

    upgrade_repo, sync_repo (previously clone_repo), and
    clone_vundle have been merged together into a much simpler function.
    
    sync_repo now relies only upon passed arguments, nothing explicit
    from the global scope.
    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    3adbd76 View commit details
    Browse the repository at this point in the history
  6. pass bundle default file to setup_vundle

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    979cbb8 View commit details
    Browse the repository at this point in the history
  7. embed the error message directly in program_exists

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    9e954db View commit details
    Browse the repository at this point in the history
  8. print messages from do_backup

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    09e9cf3 View commit details
    Browse the repository at this point in the history
  9. print message from create_symlink

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    bc3498b View commit details
    Browse the repository at this point in the history
  10. use lnif throughout

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    24cc3ee View commit details
    Browse the repository at this point in the history
  11. move fork maintance files setup into their own function

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    20a6476 View commit details
    Browse the repository at this point in the history
  12. move lnif() out of SETUP FUNCTIONS section

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    9ca0c23 View commit details
    Browse the repository at this point in the history
  13. finish passing arguments to create_symlinks()

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    de1c859 View commit details
    Browse the repository at this point in the history
  14. fix 3 more indents

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    9ea683a View commit details
    Browse the repository at this point in the history
  15. rename app_dir to APP_PATH

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    d8d2b3f View commit details
    Browse the repository at this point in the history
  16. get APP_PATH from the environment if exists

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    f8a3d64 View commit details
    Browse the repository at this point in the history
  17. rename git_branch to REPO_BRANCH

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    8338285 View commit details
    Browse the repository at this point in the history
  18. make REPO_BRANCH settable in the environment

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    e537ca5 View commit details
    Browse the repository at this point in the history
  19. BC BREAK: rename git_uri to REPO_URI

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    99a56d8 View commit details
    Browse the repository at this point in the history
  20. mkdir -p $repo_path instead of making bundle dir explictly

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    97376b4 View commit details
    Browse the repository at this point in the history
  21. fix indents/trailing spaces in windows installer files

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    91632ee View commit details
    Browse the repository at this point in the history
  22. remove unused --recursive from git calls in win installers

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    dc0a83f View commit details
    Browse the repository at this point in the history
  23. rename APP_DIR to APP_PATH in win installers

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    f566bc9 View commit details
    Browse the repository at this point in the history
  24. align create_symlinks arguments

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    adefb4e View commit details
    Browse the repository at this point in the history
  25. align setup_fork_mode arguments

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    bec5aba View commit details
    Browse the repository at this point in the history
  26. add missing space after APP_PATH

    Johnny Robeson committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    1ceb2ca View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2015

  1. Configuration menu
    Copy the full SHA
    32b6565 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #735 from itchyny/fix-option-abbreviation

    Fix abbreviation of option name for readability
    Johnny Robeson committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    01242bd View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Configuration menu
    Copy the full SHA
    af74fbe View commit details
    Browse the repository at this point in the history
  2. Adapt to last vundle changes

    gonzaloserrano authored and gonzalo committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    bac41eb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2015

  1. Merge pull request #743 from gonzaloserrano/fix/vundle

    Adapt to last vundle changes
    Johnny Robeson committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    80f430d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2015

  1. Fix reloading of .vimrc

    Issue: If g:ctrlp_user_command have been customized, reloading .vimrc
    with :so $MYVIMRC produces "E706: Variable type mismatch for:
    g:ctrlp_user_command"
    ptzz committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    dcd3a23 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. Configuration menu
    Copy the full SHA
    96678bc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2015

  1. Configuration menu
    Copy the full SHA
    c9e5c9d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Merge pull request #631 from jrobeson/cleanup-bootstrap

    Refactor/cleanup bootstrap.sh
    spf13 committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    f8ae915 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Update README.markdown

    UnBundle in ~/.vimrc.local is not picked up by bootstrap.sh.
    rakyi committed May 1, 2015
    Configuration menu
    Copy the full SHA
    cb40052 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #762 from rakyi/fix-unbundle

    Update README.markdown
    spf13 committed May 1, 2015
    Configuration menu
    Copy the full SHA
    b7aaa97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #758 from louispan/3.0

    fixed missing . in <S-CR> bindings
    spf13 committed May 1, 2015
    Configuration menu
    Copy the full SHA
    bf50405 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #754 from ajitsing/3.0

    some useful mappings I use everyday
    spf13 committed May 1, 2015
    Configuration menu
    Copy the full SHA
    94946c7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #749 from ptzz/3.0

    Fix reloading of .vimrc
    spf13 committed May 1, 2015
    Configuration menu
    Copy the full SHA
    7f9460f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #742 from guersam/tmp/switch-to-neocomplete

    Switch to neocomplete from obsolete neocomplcache
    spf13 committed May 1, 2015
    Configuration menu
    Copy the full SHA
    c2a84a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da059eb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #721 from jazmit/correct-tabularize-assign

    Changed `<Leader>a=` to only align one `=` sign
    spf13 committed May 1, 2015
    Configuration menu
    Copy the full SHA
    aa93465 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #710 from dsimmons/refactor/remove-unneeded-config

    Removed superfluous TagBar config for golang.
    spf13 committed May 1, 2015
    Configuration menu
    Copy the full SHA
    1edb0d9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #678 from taboularasa/3.0

    add jiangmiao/auto-pairs
    spf13 committed May 1, 2015
    Configuration menu
    Copy the full SHA
    5ec903f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d4af5a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    86003ba View commit details
    Browse the repository at this point in the history
  13. 1 Configuration menu
    Copy the full SHA
    6ddb460 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

  1. Remove map semicolon to colon

    This overwrites the original mapping of repeating the last f/F/t/T
    command.
    jetm committed May 5, 2015
    Configuration menu
    Copy the full SHA
    661b9c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #768 from jetm/3.0

    Remove map semicolon to colon
    spf13 committed May 5, 2015
    Configuration menu
    Copy the full SHA
    aaefac8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2015

  1. Update project link for msysgit

    xinan committed May 10, 2015
    Configuration menu
    Copy the full SHA
    8f5f160 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #776 from xinan/3.0

    Update project link for msysgit
    Johnny Robeson committed May 10, 2015
    Configuration menu
    Copy the full SHA
    91d3d8e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2015

  1. Add way to toggle background light or dark

    There is maybe a better place for this.
    
    I'm a VimL beginner, I hope my code is correct. At home, it works.
    Leo Wzukw committed May 14, 2015
    Configuration menu
    Copy the full SHA
    e158e17 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Configuration menu
    Copy the full SHA
    7f35722 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. updated plugin name

    chadluo committed May 21, 2015
    Configuration menu
    Copy the full SHA
    082cba2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #781 from fabianhjr/3.0

    Resolve #780 with @appbead patch
    spf13 committed May 21, 2015
    Configuration menu
    Copy the full SHA
    6c8cb83 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #782 from chadluo/3.0

    updated plugin name
    spf13 committed May 21, 2015
    Configuration menu
    Copy the full SHA
    808dd7d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #778 from leowzukw/patch-3

    Add way to toggle background light or dark
    spf13 committed May 21, 2015
    Configuration menu
    Copy the full SHA
    03b9801 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2015

  1. Configuration menu
    Copy the full SHA
    5b805d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Allow easy opening of spf13-vim config files

    <leader>ev is mapped to a function that opens the following files in a new tab
    .vimrc
    .vimrc.before
    .vimrc.bundles
    .vimrc.local
    .vimrc.before.local
    .vimrc.bundles.local
    .vimrc.fork
    .vimrc.before.fork
    .vimrc.bundles.fork
    
    <leader>sv is mapped to a function that reloads the spf13 config
    j1mr10rd4n committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    5315ee8 View commit details
    Browse the repository at this point in the history
  2. Configurify the mappings for editing/applying the spf13 config

    A user can set the following variables in their .vimrc.before.local file
    to customise the key mappings:
    
    g:spf13_edit_config_mapping
    g:spf13_apply_config_mapping
    
    the defaults are <leader>ev and <leader>sv respectively
    j1mr10rd4n committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    b140b32 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    j1mr10rd4n committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    b5a13f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Configuration menu
    Copy the full SHA
    17f2b8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #795 from j1mr10rd4n/fix-spelling

    typo
    Johnny Robeson committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    f383a7a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2015

  1. small readme fixes

    * misc backtick code format consistency fixes
    * added header link for ack.vim
    ryanoasis committed Jun 21, 2015
    Configuration menu
    Copy the full SHA
    4e0e8b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #800 from ryanoasis/patch-1

    small readme fixes
    Johnny Robeson committed Jun 21, 2015
    Configuration menu
    Copy the full SHA
    be9260a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Summary: Fixes #764 - Revert "some useful mappings I use everyday"

    Problem:
    The "useful mappings" override existing, arguably *more* useful
    mappings.
    
    Analysis:
    Revert the commit.
    This commit reverts commit 96678bc.
    
    Testing:
    Used the old mappings successfully.
    
    Documentation:
    No change - the reverted commit did not add/modify docs.
    toejough committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    9103530 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

  1. Merge pull request #787 from toejough/3.0

    Summary: Fixes #764 - Revert "some useful mappings I use everyday"
    spf13 committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    4543080 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #791 from FranzSkuffka/3.0

    Add vim with lua install instructions to readme
    spf13 committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    4f64f56 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2015

  1. Configuration menu
    Copy the full SHA
    1df9d65 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2015

  1. Added Bundle 'powerline/fonts' since powerline, vim-powerline, & vim-…

    …airline won't really be usefull if they don't actually have fonts that make them look nice.
    lewdlime committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    924fa22 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

  1. Merge pull request #806 from zhlinh/windows_uses_ag_first

    Use ag firstly for ctrlp in Windows too
    spf13 committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    34de0e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #794 from j1mr10rd4n/easyedit-spf13-config

    Easily edit spf13-vim configuration
    spf13 committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    eeb5c57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #808 from laughingman182/3.0

    Added Bundle 'powerline/fonts'
    spf13 committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    34300cb View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Fix a link to neocomplete

    mortonfox committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    f8a6bfc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #818 from mortonfox/patch-1

    Fix a link to neocomplete
    Johnny Robeson committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    851f2ac View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2015

  1. Preliminary support for neovim

    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.
    bronzehedwick committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    9f78da8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #777 from bronzehedwick/patch-1

    Preliminary support for neovim
    Johnny Robeson committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    748e494 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. Silently restore cursor.

    demon386 committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    e58db83 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Update location of vim-easymotion.

    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.
    russellb committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    b058cdf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2015

  1. Fix uninstall.sh not executable

    Updates filemode for uninstall.sh from 644 to 755.
    pjvds committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    59e21b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #834 from pjvds/3.0

    Fix uninstall.sh not executable
    Johnny Robeson committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    d617e75 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. use pymode even for python3

    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.
    toejough committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    61c476b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2015

  1. fixed nvim symlik

    speedAD committed Nov 1, 2015
    Configuration menu
    Copy the full SHA
    bb5b09f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2015

  1. Merge pull request #846 from speedAD/3.0

    fixed nvim symlik
    spf13 committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    fc643db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #841 from toejough/patch-2

    use pymode even for python3
    spf13 committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    2c8619f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #832 from russellb/patch-1

    Update location of vim-easymotion.
    spf13 committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    886873e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #829 from demon386/3.0

    Silently restore cursor.
    spf13 committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    6aa61d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. Switch back to terryma's version of vim-multiple-cursors

    Terryma's repository is the one being maintained now.
    ddetkovs committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    74a4e3a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Merge pull request #848 from ddetkovs/patch-1

    Switch back to terryma's version of vim-multiple-cursors
    spf13 committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    980b4bb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Configuration menu
    Copy the full SHA
    0718277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96e1c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. Remove win16 from WINDOWS()

    I can't imagine this ever working :)
    Johnny Robeson committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    d5864bf View commit details
    Browse the repository at this point in the history
  2. Fix the awful double escape bug

    spf13 committed Nov 16, 2015
    1 Configuration menu
    Copy the full SHA
    9af9ba7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Better configuration for Go-Vim

    spf13 committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    4194449 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #853 from spf13/remove-win16

    Remove win16 from WINDOWS()
    spf13 committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    808ac12 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. fix outdated link.

    lucky521 committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    42d1c3e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Add emmet plugin

    Fixes #861
    bronzehedwick committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    8e6d508 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. Merge pull request #858 from lucky521/3.0

    fix outdated link.
    spf13 committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    323db76 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #862 from bronzehedwick/patch-3

    Add emmet plugin
    spf13 committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    4fbdd8c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Tiny change to fix "Could not resolve airline theme "solarized". Them…

    …es have been migrated to github.co m/vim-airline/vim-airline-themes." as vim-airline made a update days ago.
    Gaszc committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    cd86dbd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

  1. Merge pull request #883 from Michaelizm/3.0

    Tiny change to fix vim-airline alert
    Johnny Robeson committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    1ce5f23 View commit details
    Browse the repository at this point in the history