Commit Graph

  • f58d090bb2 Add dir option: managed plugins outside g:plug_home 0.4.1 Junegunn Choi 2014-07-30 19:20:51 +0900
  • eeef77e9c8 Merge branch 'vheon-refactoring' into refactoring Junegunn Choi 2014-07-29 23:37:47 +0900
  • 6af2cd8946 Inline substitute inside s:dirpath() #42 Andrea Cedraro 2014-07-29 14:21:11 +0200
  • 878cdd5309 Unmap / and ? from vim-oblique after test Junegunn Choi 2014-07-29 19:18:33 +0900
  • 9bb2da53a0 Replace s:extract_name with a single fnamemodify call Junegunn Choi 2014-07-29 19:08:21 +0900
  • 58c06ed77e Use single-quotes whenever possible for consistency Junegunn Choi 2014-07-29 19:07:09 +0900
  • 2e691c6feb Define a separate version of s:is_local_plug for Windows Junegunn Choi 2014-07-29 10:09:05 +0900
  • a18087610a Use fnamemodify instead of split hackery Junegunn Choi 2014-07-29 02:42:53 +0900
  • 276106d987 Performance tuning: reduce the number of s:parse_options calls Junegunn Choi 2014-07-29 02:11:59 +0900
  • d499fc311a Use dot operator instead of get() Junegunn Choi 2014-07-29 01:45:05 +0900
  • c4b4aa8f07 Code cleanup: reuse s:trim() when possible Junegunn Choi 2014-07-29 00:19:29 +0900
  • 0c7304b64d Merge 0159cf09ca into d690f8d576 #41 Andrea Cedraro 2014-07-28 12:28:34 +0000
  • 0159cf09ca Inline s:path() in s:dirpath() #41 Andrea Cedraro 2014-07-28 14:19:25 +0200
  • d690f8d576 Change error reporting method Junegunn Choi 2014-07-28 19:50:09 +0900
  • 8738341ad0 Performance tuning: reduce the number of globpath calls Junegunn Choi 2014-07-28 19:45:40 +0900
  • 5ab2024fbb Performace tuning: inlining some function calls Junegunn Choi 2014-07-28 19:36:45 +0900
  • 300176ba9f Avoid echoerr inside catch block Junegunn Choi 2014-07-28 01:27:30 +0900
  • da7d6bd58b Refactor s:add function #40 Andrea Cedraro 2014-07-27 14:31:28 +0200
  • b651558c63 Update README Junegunn Choi 2014-07-27 12:00:36 +0900
  • 2d815ad2f0 Escape angle brackets in README Junegunn Choi 2014-07-27 11:58:12 +0900
  • 3af4079179 Fix typo Junegunn Choi 2014-07-27 11:55:06 +0900
  • e6a594f1ad Change post-hook function to take a dictionary for more control Junegunn Choi 2014-07-27 11:28:53 +0900
  • e741d02ad0 Fix elapsed time to include the time spent in post-update hook Junegunn Choi 2014-07-27 11:15:13 +0900
  • b2208640d4 Update documentation Junegunn Choi 2014-07-27 11:06:47 +0900
  • aa49c38586 Don't need <Plug> map (#38) Junegunn Choi 2014-07-27 03:16:44 +0900
  • b6b10ac17e Print progress of post-update hooks using :! (#38) Junegunn Choi 2014-07-27 03:07:37 +0900
  • 706f7e00ea Merge pull request #39 from vheon/fix-type-parameter-clarity Junegunn Choi 2014-07-27 02:22:31 +0900
  • 6ff1031339 Replace return value of type() with named values #39 Andrea Cedraro 2014-07-26 18:44:06 +0200
  • 0936877399 Don't check for the need for post-update hook when interrupted Junegunn Choi 2014-07-27 00:42:23 +0900
  • d956e16f15 Minor refactoring Junegunn Choi 2014-07-26 22:58:34 +0900
  • f98c8456fa Post-update hook (do option) Junegunn Choi 2014-07-26 22:49:18 +0900
  • 5b2c03d3a8 R to retry interrupted tasks as well 0.4.0 Junegunn Choi 2014-07-23 11:46:29 +0900
  • 0b31be49cf Update README Junegunn Choi 2014-07-22 12:47:34 +0900
  • 74fa6ab9df 'R' to retry failed update/installation tasks Junegunn Choi 2014-07-22 12:46:59 +0900
  • 0d7e20c984 Merge pull request #37 from junegunn/retries Junegunn Choi 2014-07-21 23:13:43 +0900
  • e2714fb56e Retry in 3 seconds #37 Junegunn Choi 2014-07-21 23:09:16 +0900
  • 3b83a22ea4 Avoid InsertEnter/InsertLeave events in GUI MacVim workaround Junegunn Choi 2014-07-21 14:27:38 +0900
  • cd418369bc Use gui_macvim instead of mac (#36) Junegunn Choi 2014-07-21 11:42:27 +0900
  • 279a334c8b Temporarily disable &imd on GUI MacVim (#36) Junegunn Choi 2014-07-21 11:35:48 +0900
  • 9132e9d50d Workaround for screen freeze in MacVim GUI (#36) Junegunn Choi 2014-07-21 02:49:47 +0900
  • 3323163e04 Retry in case of timeout (#35) Junegunn Choi 2014-07-20 02:14:15 +0900
  • e4671eaf9e Do not assume that frozen key exists Junegunn Choi 2014-07-18 01:27:41 +0900
  • 9afa356fb3 Exclude unmanaged plugins from PlugDiff output Junegunn Choi 2014-07-17 10:28:59 +0900
  • e04f696682 Ignore errors during :helptags Junegunn Choi 2014-07-17 02:20:00 +0900
  • 4cb5fd04a6 Note on single quotes (#33) Junegunn Choi 2014-07-16 20:40:49 +0900
  • c16743e8fc License Junegunn Choi 2014-07-16 20:39:39 +0900
  • 46a6e8441f Pin first and last path in &rtp (#34) Junegunn Choi 2014-07-16 20:26:42 +0900
  • 466d1839b3 Add support for local plugins. Add frozen option (#32) Junegunn Choi 2014-07-16 19:52:58 +0900
  • c3cf35abb5 Ignore occasional error from Ruby 1.8.7 0.3.6 Junegunn Choi 2014-07-13 22:02:11 +0900
  • 344f80aedb Fix Ruby installer for Ruby 1.8.7 (#31) Junegunn Choi 2014-07-13 20:18:56 +0900
  • dae0540a11 Change gif Junegunn Choi 2014-07-13 17:39:19 +0900
  • af89938633 Real-time progress report Junegunn Choi 2014-07-13 03:54:53 +0900
  • 35c5f2830b Revert "Real-time progress report" Junegunn Choi 2014-07-13 03:22:25 +0900
  • 60b907c87f Real-time progress report Junegunn Choi 2014-07-13 03:05:54 +0900
  • 9ceb9caa09 Minor refactoring 0.3.5 Junegunn Choi 2014-07-10 00:44:09 +0900
  • 42a42e7e71 Fix after directory and Plugfile on Windows Junegunn Choi 2014-07-10 00:13:32 +0900
  • 8885b1086f Minor refactoring in ODL: no need to pass full dict Junegunn Choi 2014-07-09 01:13:08 +0900
  • 90c07f269c Fix <Plug>-based ODL on visual range spanning multiple lines Junegunn Choi 2014-07-07 22:55:44 +0900
  • f1c5157e35 Fix <Plug>-based on-demand-loading on visual mode Junegunn Choi 2014-07-07 19:06:20 +0900
  • 7f1ec7b12b Load ftplugins while avoiding extraneous FileType events (#24, #25) Junegunn Choi 2014-07-04 14:20:48 +0900
  • f90afc9081 Remove images from repo 0.3.4 Junegunn Choi 2014-06-23 23:38:40 +0900
  • 612b9b3afd Fix test cases for travis-ci Junegunn Choi 2014-06-23 13:16:14 +0900
  • 58891e05be Travis-CI integration Junegunn Choi 2014-06-23 12:57:46 +0900
  • baf7b18f73 Update test runner script Junegunn Choi 2014-06-23 12:47:13 +0900
  • cc37ed48be Improve PlugStatus message Junegunn Choi 2014-06-23 12:22:25 +0900
  • afe7dc6f8f Use case-sensitive match Junegunn Choi 2014-06-23 04:04:03 +0900
  • 8863a3a53c Fix #28: False alarm from PlugStatus when tag used Junegunn Choi 2014-06-23 04:02:49 +0900
  • ee04a646d3 Fix: dependent plugins not loaded after initial installaion Junegunn Choi 2014-06-22 21:49:51 +0900
  • 6ddee62977 Ensure ftplugin files are loaded (#24) 0.3.3 Junegunn Choi 2014-06-22 13:09:18 +0900
  • 8cf5fca9ca Revert "Ensure ftplugin files are loaded (#24)" Junegunn Choi 2014-06-22 12:49:22 +0900
  • 347fccb030 Revert "Remove FileType autocmd after loaded" Junegunn Choi 2014-06-22 12:45:21 +0900
  • a026eb39c4 Ensure ftplugin files are loaded (#24) Junegunn Choi 2014-06-22 10:27:15 +0900
  • 4d352e1849 Revert "Clear #filetypeplugin for filetype-based ODL (#24)" Junegunn Choi 2014-06-22 10:21:58 +0900
  • db3f5ad5c3 Remove FileType autocmd after loaded Junegunn Choi 2014-06-22 09:58:14 +0900
  • 1d477a1a01 Clear #filetypeplugin for filetype-based ODL (#24) 0.3.2 Junegunn Choi 2014-06-22 04:24:19 +0900
  • 288a4f72ce Add pending test case on dependency resolution Junegunn Choi 2014-06-20 21:27:46 +0900
  • 5168cd50db Allow updating subset of plugins Junegunn Choi 2014-06-20 20:53:57 +0900
  • 4d32762432 Allow -range in on-demand loading commands Junegunn Choi 2014-06-20 20:35:33 +0900
  • 8dff1dae37 Allow trailing comment after Plug declaration (#23) Junegunn Choi 2014-06-20 09:58:50 +0900
  • b5b687ad9a On-demand loading on filetypes (#21) 0.3.1 Junegunn Choi 2014-06-17 11:59:42 +0900
  • 7e69a50890 Fix on-demand loading: load ftdetect and **/*.vim as well Junegunn Choi 2014-06-17 11:45:42 +0900
  • 476a613746 Fix #19: install error Junegunn Choi 2014-06-06 00:16:57 +0900
  • 12b5dcb903 git submodule update --init --recursive (#18) Junegunn Choi 2014-06-03 18:51:01 +0900
  • de81f95f69 Use black hole register when emptying buffer 0.3.0 Junegunn Choi 2014-04-15 02:01:47 +0900
  • b7cf1ca65a Echo "Press 'D'" message only on PlugUpdate Junegunn Choi 2014-04-15 02:00:39 +0900
  • 7fa22a6927 PlugDiff: Display commit info in preview window Junegunn Choi 2014-04-14 21:20:21 +0900
  • 6f487f1579 Explicitly return 0 Junegunn Choi 2014-04-14 20:27:23 +0900
  • f8fcc81783 Use s:esc function Junegunn Choi 2014-04-09 15:25:21 +0900
  • 32dc4ca93f Change PlugDiff message (suggested by @beloglazov in #17) Junegunn Choi 2014-04-09 11:59:46 +0900
  • 7047eda149 Change PlugDiff message (thanks to @beloglazov) Junegunn Choi 2014-04-09 11:22:20 +0900
  • 5679540a2a Less LOC Junegunn Choi 2014-04-09 01:03:43 +0900
  • d2f6c09c7a Fix syntax highlighting (#17) Junegunn Choi 2014-04-09 00:53:37 +0900
  • acbba74fe2 Fix output format (#17) Junegunn Choi 2014-04-09 00:40:19 +0900
  • 47a3bebb30 Fix test case for PlugStatus Junegunn Choi 2014-04-08 21:47:57 +0900
  • f00dacd7bd Add PlugDiff command (#17) Junegunn Choi 2014-04-08 21:43:49 +0900
  • 8986f87b83 Change PlugStatus output to match those of other commands Junegunn Choi 2014-04-08 21:33:38 +0900
  • ae6f3254d8 Place cursor on the 2nd line during PlugClean Junegunn Choi 2014-04-08 21:32:29 +0900
  • 0c1744a819 Merge pull request #16 from CD3/load-order Junegunn Choi 2014-03-30 12:08:33 +0900
  • b763cae81a added plug load order (for dependencies) #16 C.D. Clark III 2014-03-29 21:29:54 -0500
  • 358363eefc Support paths with spaces (#15 [, #14]) Junegunn Choi 2014-03-27 01:07:02 +0900