Commit Graph

  • 07011a3a8b
    Merge a2da3fff8d into 2b653aa950 #728 Arnim Rupp 2023-02-25 10:08:58 +0100
  • a2da3fff8d
    Merge pull request #1 from ruppde/ruppde-patch-1 #728 Arnim Rupp 2023-02-25 10:08:23 +0100
  • ff8be115ca
    Update README.md Arnim Rupp 2023-02-25 10:06:56 +0100
  • 622c53705b
    Merge branch 'master' into jg/pc-test #727 Jaeguk Hyun 2023-02-13 19:32:42 +0900
  • 0f5ccbfe2b Changes jaegukhyun 2023-02-13 19:27:36 +0900
  • 816e5a7707
    Merge 89255ffb6c into 2b653aa950 #718 Wu Tingfeng 2023-01-16 14:24:03 +0800
  • 89255ffb6c
    Ensure temp_directory is always removed eventually #718 Wu Tingfeng 2023-01-16 14:20:04 +0800
  • cc8744d6ca
    fix python 2 urllib/urllib2 compatibility Wu Tingfeng 2023-01-05 14:21:14 +0800
  • 4a43316b67
    Use python if python3 alias is unavailable; some systems use python as alias for Python 2 Wu Tingfeng 2023-01-02 00:57:25 +0800
  • 72e1499d27
    Revert previous commit Wu Tingfeng 2023-01-02 00:49:49 +0800
  • a8e4b7065a
    Python 2 backwards compatibility Wu Tingfeng 2023-01-02 00:43:08 +0800
  • 9066cc6b2d
    Merge 5a8686ddb1 into 2b653aa950 #688 Luc Ma 2022-12-10 11:30:26 +0800
  • 074a4111e0
    Merge e4b8bdfb5a into 2b653aa950 #722 Wu Tingfeng 2022-12-09 04:46:31 +0800
  • e4b8bdfb5a
    Replace Unicode dashes with ASCII ones #722 Wu Tingfeng 2022-12-09 04:40:28 +0800
  • 51822362bd Merge remote-tracking branch 'upstream/master' into sources Wu Tingfeng 2022-12-09 04:34:16 +0800
  • 2b653aa950 Updated vim plugins master Amir 2022-12-03 11:29:32 +0100
  • d8db85c663
    Change Unicode dash in basic.vim#3 to ASCII one (#720) Olaf 2022-12-03 11:25:59 +0100
  • 981794f471
    Change Unicode dash in basic.vim#3 to ASCII one #720 Olaf 2022-12-01 19:27:56 +0100
  • 22cbb862ee
    Check for empty sources_non_forked_cache folder Wu Tingfeng 2022-11-24 19:49:27 +0800
  • 92ee19d643
    Refactor imports Wu Tingfeng 2022-11-24 19:38:45 +0800
  • 48e761de76
    Replace distutils with shutil Wu Tingfeng 2022-11-24 00:02:52 +0800
  • 110cd7f3da
    Use sources_non_forked_cache folder Wu Tingfeng 2022-11-22 01:06:10 +0800
  • a208921f1f
    Revert: Run update_plugins.py when installing vimrc Wu Tingfeng 2022-11-22 01:03:27 +0800
  • 3c7fc0fd99
    gitignore entire sources_non_forked_cache folder Wu Tingfeng 2022-11-21 23:53:57 +0800
  • 51f8a2a9a3
    Copy sources_non_forked contents to cache folder if cache folder does not exist yet Wu Tingfeng 2022-11-21 23:38:49 +0800
  • 378168c979
    gitignore sources_non_forked_cache Wu Tingfeng 2022-11-21 23:06:50 +0800
  • aff5c8f75a
    Revert previous commit Wu Tingfeng 2022-11-21 23:05:23 +0800
  • 66199188d9 Merge branch 'sources' of github.com:elliotwutingfeng/vimrc into sources Wu Tingfeng 2022-11-21 23:04:51 +0800
  • cd5f421c04
    Revert previous commit Wu Tingfeng 2022-11-21 23:04:16 +0800
  • d9555d618c
    Use sources_non_forked folder for pathogen path, with sources_non_forked_fallback folder as fallback. Wu Tingfeng 2022-11-21 22:56:20 +0800
  • dddd2e4152
    Use sources_non_forked_cache folder for pathogen path Wu Tingfeng 2022-11-21 22:45:07 +0800
  • 7a078511fa
    deconflict merge Wu Tingfeng 2022-11-21 17:54:25 +0800
  • 09d062a0a1
    Replace python-requests with urllib.request (#717) Wu Tingfeng 2022-11-21 17:11:47 +0800
  • 5049353fd4
    Run update_plugins.py when installing vimrc Wu Tingfeng 2022-11-20 22:24:47 +0800
  • ffa28d1589
    Create sources_non_forked_cache folder if it does not exist yet Wu Tingfeng 2022-11-20 22:23:05 +0800
  • 27ee81398f
    gitignore sources_non_forked_cache folder Wu Tingfeng 2022-11-20 22:17:27 +0800
  • 5bdb761319
    Change README.md update to latest version instructions Wu Tingfeng 2022-11-20 22:16:17 +0800
  • 36c82a6771
    Replace requests with urllib.request #717 Wu Tingfeng 2022-11-20 22:11:35 +0800
  • 0156aed842
    Remove pip install requests from README.md Wu Tingfeng 2022-11-20 22:06:39 +0800
  • 9bab0e48c8 Remove jedi-vim Amir 2022-11-20 12:24:49 +0100
  • a4e59b561f Merge branch 'master' of github.com:amix/vimrc Amir 2022-11-20 12:22:11 +0100
  • b8073ac5c4 Updated plugins Amir 2022-11-20 12:21:23 +0100
  • b4e425bf88 Add airline and sample.vim jaegukhyun 2022-11-09 21:44:16 +0900
  • 5a8686ddb1 add cscope/vim key mappings #688 Luc Ma 2022-02-06 11:28:02 +0800
  • b8729418d3
    Merge pull request #8 from jaegukhyun/jg/personal Jaeguk Hyun 2022-10-31 00:39:11 +0900
  • dee001d2f1 Modify multi cursor plugin setting jaegukhyun 2022-10-31 00:37:48 +0900
  • f43c38c650 Change multiple cursor and colorscheme jaegukhyun 2022-10-31 00:31:58 +0900
  • 06826a2b74
    Use cache folder for sources_non_forked #715 Wu Tingfeng 2022-10-24 02:19:21 +0800
  • 0faaa354ec Merge branch 'master' into jg/personal jaegukhyun 2022-10-23 02:27:01 +0900
  • a35d786e0d
    Merge pull request #7 from jaegukhyun/jg/personal Jaeguk Hyun 2022-10-23 02:20:27 +0900
  • 62c5b7a0a1 Merge with master jaegukhyun 2022-10-23 02:19:31 +0900
  • a5c4defdf3 Remove cursor settings jaegukhyun 2022-10-23 01:57:34 +0900
  • 6da7f201fa Add jellybeans jaegukhyun 2022-10-23 01:50:08 +0900
  • ef76daca41
    Merge pull request #6 from amix/master Jaeguk Hyun 2022-10-23 01:18:05 +0900
  • f8be2919e7
    Update to latest version instructions Wu Tingfeng 2022-10-16 03:57:49 +0800
  • f53e1e0880
    Update README.md Amir Salihefendic 2022-10-15 21:50:31 +0200
  • 0ebb4622e9 Formatting updated in the packloadall section Amir 2022-10-15 21:49:17 +0200
  • adbefa9283 Fix https://github.com/amix/vimrc/issues/658 Amir 2022-10-15 21:48:38 +0200
  • 574c09e7a9
    Replace python-requests with urllib.request Wu Tingfeng 2022-10-16 03:48:00 +0800
  • 1bc7e8ee17
    Add update_plugins.py step to install shell scripts Wu Tingfeng 2022-10-16 03:46:52 +0800
  • 21cf0e4fc4
    Add sources_non_forked to gitignore Wu Tingfeng 2022-10-16 03:43:37 +0800
  • 95ead018ad Fix https://github.com/amix/vimrc/issues/680 Amir 2022-10-15 21:39:35 +0200
  • c0205df1a6 Fixed https://github.com/amix/vimrc/issues/695 Amir 2022-10-15 21:30:03 +0200
  • 2c130b90b5 Merge branch 'master' of github.com:amix/vimrc Amir 2022-10-15 21:23:23 +0200
  • ece45bcb60 Fix https://github.com/amix/vimrc/issues/714 Amir 2022-10-15 21:22:13 +0200
  • bbab4579f6
    fix: escape spaces in expanded paths (#676) David Wettstein 2022-10-15 21:17:55 +0200
  • 88f64a0561
    Update README.md (#684) guly 2022-10-15 21:17:27 +0200
  • d44e61e8e7
    Fix small Error (#693) Mosaab Emam 2022-10-15 21:13:34 +0200
  • 929bbc1e9e
    Fix <leader>tl (#698) John Wyatt 2022-10-15 15:12:20 -0400
  • 3669ae25e0
    Fix <leader>t<leader> (#699) John Wyatt 2022-10-15 15:11:55 -0400
  • ac52a165d7
    Fix some typos. (#702) Shuangchi He 2022-10-16 03:10:05 +0800
  • c30d2b7a53
    Bump rake in /sources_non_forked/vim-multiple-cursors (#706) dependabot[bot] 2022-10-15 21:09:41 +0200
  • 043a2322fe
    Restore spellcheck colors, fix #418 & #548 (#707) bryango 2022-10-16 03:09:12 +0800
  • a69eac5f3a Document jedi-vim mappings Amir 2022-10-15 21:07:09 +0200
  • 23ee6b7311 Updated plugins Amir 2022-10-15 21:05:32 +0200
  • 3153f758b8
    Merge pull request #5 from jaegukhyun/jg/personal Jaeguk Hyun 2022-09-26 00:15:51 +0900
  • 573190d711 Change colorscheme and add cursor setting jaegukhyun 2022-09-26 00:13:09 +0900
  • b5d418e19c
    Merge pull request #4 from jaegukhyun/revert-3-master Jaeguk Hyun 2022-09-25 19:14:43 +0900
  • 1d193551ef
    Revert "Merge from original repo" Jaeguk Hyun 2022-09-25 19:10:28 +0900
  • 00c59fa5e1
    Merge pull request #3 from amix/master Jaeguk Hyun 2022-09-25 18:56:39 +0900
  • c68f99e082
    Merge pull request #2 from jaegukhyun/upstream/git_exp Jaeguk Hyun 2022-09-25 18:55:35 +0900
  • 63e0ed7063 Change git gutter setting and add jellybeans theme jaegukhyun 2022-09-25 17:42:18 +0900
  • 337273aff1 merge from upstream #700 Wu Tingfeng 2022-09-24 21:07:00 +0800
  • 874d4738cf Merge remote-tracking branch 'upstream/master' Wu Tingfeng 2022-09-24 21:05:31 +0800
  • 950b470eb9 Added jedi-vim Amir 2022-09-21 10:47:47 +0200
  • 3e61b277a0
    sync from upstream Wu Tingfeng 2022-09-20 17:39:18 +0800
  • 3978f7b467 Forgot to check in the rest of the updated plugins :/ Amir 2022-09-20 10:08:31 +0200
  • c6ba5aa440 Updated plugins Amir 2022-09-20 10:08:17 +0200
  • 53dd1894bb Update Coc.nvim. #696 Kurtis Moxley 2022-09-13 19:48:57 +0800
  • 3fa5ed14bb Update markdown plugins. Kurtis Moxley 2022-09-13 16:00:35 +0800
  • 148f52d88c
    Merge pull request #1 from jaegukhyun/jkhyun/personal Jaeguk Hyun 2022-09-07 10:44:12 +0900
  • e5309bab47
    merge from upstream Wu Tingfeng 2022-08-30 00:32:23 +0800
  • cc360ba3ac Personal changes jaegukhyun 2022-08-16 17:36:48 +0900
  • 612e140ab9 Fix bug when typing 'Enter'. Kurtis Moxley 2022-08-13 13:13:58 +0800
  • b121bcb443 NEW: add taglist plugin #709 wangfuan 2022-08-13 12:38:34 +0800
  • be700b9c7f Update plugins from upstream. Kurtis Moxley 2022-08-13 01:17:13 +0800
  • 66b93f5a84 Update vimrcs. Kurtis Moxley 2022-08-11 16:35:49 +0800
  • 1f4af09835 Change Rainbow-parenthese plugin into Rainbow plugin. Kurtis Moxley 2022-08-11 11:57:20 +0800
  • 68dca93994
    Merge branch 'amix:master' into patch-1 #705 bryango 2022-08-10 20:49:27 +0800
  • 0847778bb0
    Bump rake in /sources_non_forked/vim-multiple-cursors #706 dependabot[bot] 2022-08-08 18:40:11 +0000