Commit graph

  • f7e6a86807
    Deprecate implicit vim-scripts expansion Junegunn Choi 2017-05-01 21:31:57 +0900
  • 61ffb61615 Travis: VADER_OUTPUT_FILE=/dev/stderr for neovim (#618) Daniel Hahler 2017-04-16 19:47:15 +0200
  • 9dcab48628 Load plugins only once in plug#load (#616) Daniel Hahler 2017-04-16 19:46:02 +0200
  • 1d3c88292b Fix invalid diagnosis of PlugStatus with wildcard tags (#619) Andrew Nowak 2017-04-14 02:13:49 +0100
  • 580f0a559c nvim: Enable job-control nvim 0.2+ (#617) Justin M. Keyes 2017-04-12 04:10:09 +0200
  • 46ae29985d
    Proper escaping of tag patterns Junegunn Choi 2017-04-04 17:45:37 +0900
  • 7f4e6cb843 Fix crlf in clones under cygwin (#608) Christian Rondeau 2017-03-12 12:09:25 -0400
  • 769192d3d0
    Append -- to git checkout commands Junegunn Choi 2017-02-26 03:34:59 +0900
  • e3252aae2c
    Commit hash in PlugDiff output can be longer than 7 characters Junegunn Choi 2017-02-17 13:32:59 +0900
  • f551a71688 Add plugin to &rtp before running post-update hook with : prefix Junegunn Choi 2017-02-11 23:27:52 +0900
  • e80a93d5d0
    Fix Ruby installer on macOS system Vim Junegunn Choi 2017-02-11 11:17:06 +0900
  • d1ac3cdd1f
    Do not use nomodeline when triggering BufRead Junegunn Choi 2017-02-03 13:27:10 +0900
  • 359a65230e Fix job_start with spaces in path in Windows (#588) Nikita Slepogin 2017-01-31 15:19:48 +0300
  • 5e6bd469ac
    Update README Junegunn Choi 2017-01-30 02:20:36 +0900
  • 8c1aff151d
    Update README Junegunn Choi 2017-01-30 02:19:53 +0900
  • d6bda025f1
    Fix Vim 8 installer on Windows when path contains spaces Junegunn Choi 2017-01-29 18:23:05 +0900
  • 5fc9eab788
    Add --sync flag to Plug{Install,Update} Junegunn Choi 2017-01-04 01:57:09 +0900
  • 93ffcb36de
    Commit preview should work with non-POSIX-compliant &shell Junegunn Choi 2017-01-02 13:06:34 +0900
  • d5e9f91c7b Travis CI: sudo: false (#561) Daniel Hahler 2017-01-01 04:08:09 +0100
  • 0b1343b582 test/run: shellcheck fixes (#562) Daniel Hahler 2016-12-30 03:29:00 +0100
  • f916aabfbe
    Update documentation Junegunn Choi 2016-12-19 01:58:15 +0900
  • b50f9bb16b
    More description on plug#end Junegunn Choi 2016-12-18 12:12:57 +0900
  • 8180692f81
    Update usage examples Junegunn Choi 2016-12-18 12:05:13 +0900
  • a4aac4cf56
    Do not check Ruby interface when parallel update is not needed Junegunn Choi 2016-12-13 12:13:54 +0900
  • 5bccd9bc98 Neovim: use "dict" when referring to "self" (#566) Marco Hinz 2016-12-13 04:25:46 +0100
  • 1540764563 git_validate: better error with checkout being ahead/diverged (#546) Daniel Hahler 2016-12-11 13:43:44 +0100
  • b9022d9046 test/workflow.vader: minor Assert improvement (#563) Daniel Hahler 2016-12-11 13:25:33 +0100
  • c53ecd3acd
    Update installation instruction for Neovim Junegunn Choi 2016-12-10 18:25:21 +0900
  • ca0b726f46 Merge pull request #558 from HiPhish/nospell Junegunn Choi 2016-12-04 01:03:05 +0900
  • 942f994844 Do not check spelling in vim-plug buffers HiPhish 2016-12-03 12:30:51 +0100
  • 6ad18f5fb8
    Ignore trailing ! in proxy command name Junegunn Choi 2016-11-26 12:22:55 +0900
  • 46ddb4af2d
    Set the default completion type of proxy command to "file" Junegunn Choi 2016-11-10 12:03:37 +0900
  • 54683aa2c7 Merge pull request #552 from midchildan/fix-git-version Junegunn Choi 2016-11-04 00:38:09 +0900
  • 8f38888fad
    Fix git version detection. midchildan 2016-11-03 22:38:45 +0900
  • abbbe914f0
    Remove unnecessary operations Junegunn Choi 2016-10-29 04:46:33 +0900
  • 1f4e3eb063
    No need for filetype off unless g:did_load_filetypes exists Junegunn Choi 2016-10-28 00:11:45 +0900
  • 2fa2761b99 Merge pull request #545 from srstevenson/set-nolist Junegunn Choi 2016-10-27 12:48:26 +0900
  • 078f32142d
    Set nolist in vim-plug buffers Scott Stevenson 2016-10-26 22:30:41 +0100
  • 49c6b781e0
    Do not prepend COUNT"REGISTER when feeding keys in insert mode Junegunn Choi 2016-10-25 23:12:05 +0900
  • f4427b97f1 Merge pull request #541 from junegunn/vim8 Junegunn Choi 2016-10-19 08:10:20 +0900
  • 6287ba88d5
    Fix installer output Junegunn Choi 2016-10-18 13:14:43 +0900
  • 1bbb7a55e3
    Update Vim 8 requirement Junegunn Choi 2016-10-18 00:32:27 +0900
  • d1022e948e
    Address out-of-order invocation of out_cb and exit_cb Junegunn Choi 2016-10-18 00:31:36 +0900
  • b94607b172
    Update README: +job Junegunn Choi 2016-10-17 18:00:20 +0900
  • 6bff19c2a9
    Set out_mode to raw for progress report Junegunn Choi 2016-10-17 17:52:13 +0900
  • 759103d074
    Refactor job callbacks with partial Junegunn Choi 2016-10-17 17:51:42 +0900
  • b32169ff30
    Use job_start on vim Yasuhiro Matsumoto 2016-10-13 13:17:17 +0900
  • 3f7344d2cc
    Set up Travis CI build for Neovim Junegunn Choi 2016-10-17 10:23:43 +0900
  • 7928057108
    Make Neovim installer synchronous during startup Junegunn Choi 2016-10-17 12:34:09 +0900
  • c66e264d41 Fix Ruby installer on Vim 8.0.0036 (#538) Junegunn Choi 2016-10-17 12:22:20 +0900
  • 01e4e9170a
    Update git URI validation in Ruby and Python installers Junegunn Choi 2016-10-14 13:44:18 +0900
  • 0662b5f4cc Fix Travis CI failure Junegunn Choi 2016-10-09 05:07:39 +0900
  • a2f1ea481d
    Reuse existing plug window Junegunn Choi 2016-10-09 04:29:39 +0900
  • 7bad3e7802 Merge pull request #531 from junegunn/fix-530 Junegunn Choi 2016-10-08 23:48:52 +0900
  • 6575bd65b1
    Improve git URI validation Junegunn Choi 2016-10-08 23:32:48 +0900
  • 5d8c4bfc1f
    Print exception from post-update hook with : prefix Junegunn Choi 2016-10-08 23:13:36 +0900
  • c0a83826f9
    Print warning message when plug window is closed Junegunn Choi 2016-10-08 23:06:24 +0900
  • 6454158846 Merge pull request #522 from jmatth/fix-visualhostkey Junegunn Choi 2016-09-16 14:12:41 +0900
  • 1f206db965 Fixing E684 when VisualHostKey is enabled for ssh Josh Matthews 2016-09-14 14:09:16 -0400
  • f4381fb748
    Fix loading on c-operator Junegunn Choi 2016-09-11 12:04:08 +0900
  • 561518fd8c
    Print post-processing error in multi-line paragraph Junegunn Choi 2016-08-15 00:46:10 +0900
  • b44ea685aa Merge pull request #508 from mhinz/silence-deletions Junegunn Choi 2016-08-01 09:52:29 +0900
  • 9df0580eff
    Silence :delete commands Marco Hinz 2016-07-31 15:57:54 +0200
  • e15598fe45 Add g:plug_pwindow for customizing preview window layout Junegunn Choi 2016-07-23 18:36:30 +0900
  • 326cb71a2a
    No period in echo message Junegunn Choi 2016-07-23 18:07:12 +0900
  • c9a7ca1e9e
    Define d operator for selectively removing invalid directories Junegunn Choi 2016-07-23 10:02:35 +0900
  • 5695fb8474
    Do not proceed if $GIT_DIR or $GIT_WORK_TREE is found Junegunn Choi 2016-07-23 10:13:25 +0900
  • f68a4fddae
    Update example: youcompleteme#Enable is no longer needed Junegunn Choi 2016-07-15 12:18:21 +0900
  • 17996cedce
    Support { 'do': ':VimCommand' } notation Junegunn Choi 2016-07-13 23:01:41 +0900
  • 460fbe82e0
    Ignore inconsistencies between g:plugs and g:plugs_order Junegunn Choi 2016-06-19 11:18:08 +0900
  • 05a1620bb1
    Put cursor inside the installer window after post-update hook Junegunn Choi 2016-06-16 22:17:03 +0900
  • cb5bed0e35
    Always set register in map-based ODL Junegunn Choi 2016-05-31 15:27:27 +0900
  • 44893a1901
    Fix #491 - Lazy-loading with omaps Junegunn Choi 2016-05-31 12:44:48 +0900
  • 765a2d21d3
    Do not trigger BufRead if not necessary Junegunn Choi 2016-05-23 22:22:43 +0900
  • eb25f320a0
    Fix travis CI build Junegunn Choi 2016-05-23 13:15:57 +0900
  • 7c7ef8cf2f
    Trigger BufRead when a plugin is loaded by on condition Junegunn Choi 2016-05-23 13:10:44 +0900
  • a8b09617f9
    Clarify that function call requires call Junegunn Choi 2016-05-23 01:12:09 +0900
  • bf1e0fb8eb
    Do not use Ruby older than 1.8.7 Junegunn Choi 2016-05-13 02:06:00 +0900
  • 656ccef8dc Switch &shell during submodule update Junegunn Choi 2016-04-29 13:38:28 +0900
  • 41de3c713c
    Export Plug command as plug# function Junegunn Choi 2016-04-22 02:26:11 +0900
  • 0507fc897e Merge pull request #476 from junegunn/tag-wildcard Junegunn Choi 2016-04-17 18:40:31 +0900
  • e6ea538558 Support wildcards in tag option Junegunn Choi 2016-04-17 05:47:30 +0900
  • 3de4567bc0 Fix error in test script Junegunn Choi 2016-04-17 01:45:51 +0900
  • 0d9efb01c7 Fix #474 - Load ftdetect files in filetypedetect augroup Junegunn Choi 2016-04-17 01:13:13 +0900
  • 92bcecddd6 Revert "Use python2 for YCM post-installation" Junegunn Choi 2016-04-14 00:43:10 +0900
  • d1752e7d14 Merge pull request #467 from hobarrera/ycm-py2 Junegunn Choi 2016-04-13 02:00:40 +0900
  • 367e61b6b0 Use python2 for YCM post-installation Hugo Osvaldo Barrera 2016-04-12 10:11:08 -0300
  • 612ee1d461 Update README: PlugInstall! and PlugUpdate! Junegunn Choi 2016-04-10 21:21:27 +0900
  • c6ed41f47e Detect plugins that are diverged their origins Junegunn Choi 2016-04-10 20:33:37 +0900
  • 0f3bd51d44 Minor refactoring Junegunn Choi 2016-04-10 20:24:09 +0900
  • 3595d5b52a Add comments to test file Junegunn Choi 2016-04-10 20:21:41 +0900
  • 10008e5843 Do not patch plug.vim during test Junegunn Choi 2016-04-10 19:55:10 +0900
  • d1351201d9 Merge pull request #463 from yous/force-submodule Junegunn Choi 2016-04-04 15:40:14 +0900
  • a61d097037 Make Plug{Install,Update}! trigger post-fetch checkout, submodule update Chayoung You 2016-04-03 10:52:30 +0900
  • 158fd28bc4 Fall back to Python installer if Ruby is broken Junegunn Choi 2016-04-01 00:00:02 +0900
  • 76e9076ef4 Clear message on retry Junegunn Choi 2016-03-31 23:06:11 +0900
  • 36973defbd Fix #455 - git config should read local .git/config instead of $GIT_CONFIG Junegunn Choi 2016-03-30 13:24:30 +0900
  • 82ac9d9075 Use <nomodeline> on User autocmd if possible Junegunn Choi 2016-03-29 23:00:59 +0900
  • bdc5c8d3cc Merge pull request #451 from simonweil/reset-colors-for-show Junegunn Choi 2016-03-26 02:46:06 +0900
  • c1f9d7cdb4 Reset colors for git show Simon Weil 2016-03-25 15:07:14 +0300