1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:50:05 +08:00

Update Following HEAD

This commit is contained in:
wsdjeg 2019-09-18 22:26:15 +08:00
parent 5140b70ed0
commit 79e39174a1
3 changed files with 107 additions and 57 deletions

View File

@ -16,11 +16,16 @@ scriptencoding utf-8
" 2018-09-26 v0.9.0 is released at https://github.com/SpaceVim/SpaceVim/pull/2203 " 2018-09-26 v0.9.0 is released at https://github.com/SpaceVim/SpaceVim/pull/2203
" 2018-12-25 v1.0.0 is released at https://github.com/SpaceVim/SpaceVim/pull/2377 " 2018-12-25 v1.0.0 is released at https://github.com/SpaceVim/SpaceVim/pull/2377
" 2019-04-08 v1.1.0 is released at https://github.com/SpaceVim/SpaceVim/pull/2726 " 2019-04-08 v1.1.0 is released at https://github.com/SpaceVim/SpaceVim/pull/2726
" 2019-07-17 v1.2.0 is released at https://github.com/SpaceVim/SpaceVim/pull/2974
" This is a list of PRs which has not be merged when v1.0.0 is released: " 这是所有 ID 小于上一次 release ID并且还未被合并的 ID在新的release
let s:unmerged_prs_since_last_release = [1993, 2014, 2016, 2092, 2131, 2150, 2164, 2218, 2232, 2242, 2255, 2307, 2331, 2337, 2368, 2390, 2396, 2407, 2429, 2446, 2447, 2526, 2534, 2541, 2583, 2627, 2652, 2655, 2664] " 之后,需要把已经合并了的删除!
let s:unmerged_prs_since_last_release = [2014, 2218, 2232, 2242, 2307,
\ 2390, 2396, 2407, 2446, 2447, 2541, 2627, 2655, 2664,
\ 2952, 2954, 2955, 2953, 2961, 2956, 2965, 2967, 2970,
\ 2732, 2950, 2971]
" these options can be changed when going to release new tag " these options can be changed when going to release new tag
let s:last_release_number = 2726 let s:last_release_number = 2974
let s:current_release_number = -1 let s:current_release_number = -1
" this is a list of pull request number which > last_release_number and < " this is a list of pull request number which > last_release_number and <
" current_release_number " current_release_number

View File

@ -9,69 +9,59 @@
#### 新特性 #### 新特性
- Add lang#racket layer [#2805](https://github.com/SpaceVim/SpaceVim/pull/2805) - Add lang#goby layer [#3055](https://github.com/SpaceVim/SpaceVim/pull/3055)
- Add post for php layer [#2798](https://github.com/SpaceVim/SpaceVim/pull/2798) - Add ~ keybinding for iedit [#3046](https://github.com/SpaceVim/SpaceVim/pull/3046)
- Add error handle key bindings to lsp layer [#2774](https://github.com/SpaceVim/SpaceVim/pull/2774) - add fish script support [#3033](https://github.com/SpaceVim/SpaceVim/pull/3033)
- Add lang#sql layer [#2773](https://github.com/SpaceVim/SpaceVim/pull/2773) - Add: add new layer lang#j [#3032](https://github.com/SpaceVim/SpaceVim/pull/3032)
- Add python plugin [#2767](https://github.com/SpaceVim/SpaceVim/pull/2767) - Add vertical split support [#2999](https://github.com/SpaceVim/SpaceVim/pull/2999)
- Add lang#slim layer [#2759](https://github.com/SpaceVim/SpaceVim/pull/2759) - Add debug support for powershell [#2961](https://github.com/SpaceVim/SpaceVim/pull/2961)
- Add sidebar [#2016](https://github.com/SpaceVim/SpaceVim/pull/2016) - Add additional bindings from coc.nvim for c layer [#2967](https://github.com/SpaceVim/SpaceVim/pull/2967)
- Add lang#sql layer [#2092](https://github.com/SpaceVim/SpaceVim/pull/2092) - Add Leader f f to fzf layer [#2971](https://github.com/SpaceVim/SpaceVim/pull/2971)
- Add support for ydcv [#2150](https://github.com/SpaceVim/SpaceVim/pull/2150)
- Add the video tutorial [#2164](https://github.com/SpaceVim/SpaceVim/pull/2164)
- Add plugin to generate Chinese and English help [#2337](https://github.com/SpaceVim/SpaceVim/pull/2337)
- Add neovim#gui api [#2368](https://github.com/SpaceVim/SpaceVim/pull/2368)
- Add go post [#2429](https://github.com/SpaceVim/SpaceVim/pull/2429)
- Add srcery colorscheme [#2526](https://github.com/SpaceVim/SpaceVim/pull/2526)
- Add layer option for git layer [#2583](https://github.com/SpaceVim/SpaceVim/pull/2583)
#### 改变 #### 改变
- Change: Leader guide g, z [#2812](https://github.com/SpaceVim/SpaceVim/pull/2812) - Change: rename tags layer to gtags layer [#3030](https://github.com/SpaceVim/SpaceVim/pull/3030)
- Change: DefxSmartL() cancel action, ipynb.vim file head [#2780](https://github.com/SpaceVim/SpaceVim/pull/2780) - Change: fix csharp layer and update doc (#2935). [#3007](https://github.com/SpaceVim/SpaceVim/pull/3007)
- Change plugin [#2775](https://github.com/SpaceVim/SpaceVim/pull/2775)
- Change: enable relativenumber only in current win [#2771](https://github.com/SpaceVim/SpaceVim/pull/2771)
- Change: nvim floating window API in flygrep,guide.vim [#2762](https://github.com/SpaceVim/SpaceVim/pull/2762)
- Change layer list [#2331](https://github.com/SpaceVim/SpaceVim/pull/2331)
#### 问题修复 #### 问题修复
- Fix markdown preview in gvim [#2809](https://github.com/SpaceVim/SpaceVim/pull/2809) - Fixed typo 'yarked' to 'yanked' [#3059](https://github.com/SpaceVim/SpaceVim/pull/3059)
- Fix typo [#2797](https://github.com/SpaceVim/SpaceVim/pull/2797) - Fix keybindings for GitGutter Hunks [#3049](https://github.com/SpaceVim/SpaceVim/pull/3049)
- fix typo: bidings -> bindings [#2796](https://github.com/SpaceVim/SpaceVim/pull/2796) - Fix install script [#3048](https://github.com/SpaceVim/SpaceVim/pull/3048)
- Fix stausline windows id [#2795](https://github.com/SpaceVim/SpaceVim/pull/2795) - Fixed output error where open file by flyGrep [#3041](https://github.com/SpaceVim/SpaceVim/pull/3041)
- Fix: typo in sql.vim [#2794](https://github.com/SpaceVim/SpaceVim/pull/2794) - Fix #2897 [#3021](https://github.com/SpaceVim/SpaceVim/pull/3021)
- Fix preview windows smart quit [#2791](https://github.com/SpaceVim/SpaceVim/pull/2791) - Fix: fugitive blame [#3006](https://github.com/SpaceVim/SpaceVim/pull/3006)
- fix neovim_floating_api_history [#2790](https://github.com/SpaceVim/SpaceVim/pull/2790) - fix shortcuts/docs about marking spelling [#3003](https://github.com/SpaceVim/SpaceVim/pull/3003)
- Fix Not Mapping q for Neovim LSP doc window [#2783](https://github.com/SpaceVim/SpaceVim/pull/2783) - fix typos [#3000](https://github.com/SpaceVim/SpaceVim/pull/3000)
- Fix cn doc [#2776](https://github.com/SpaceVim/SpaceVim/pull/2776) - fix a map bug cscope[#2952](https://github.com/SpaceVim/SpaceVim/pull/2952)
- Fix guide ctrl- key [#2770](https://github.com/SpaceVim/SpaceVim/pull/2770) - Fix: Issue #2948 function call update from deoplete#mappings#smart_close_p… [#2954](https://github.com/SpaceVim/SpaceVim/pull/2954)
- Fix enter in insert mode [#2768](https://github.com/SpaceVim/SpaceVim/pull/2768) - Fix errors in Go layer shortcuts in the documentation [#2955](https://github.com/SpaceVim/SpaceVim/pull/2955)
- Fix SPC j d/D key binding [#2753](https://github.com/SpaceVim/SpaceVim/pull/2753) - fix a map bug cscope[#2953](https://github.com/SpaceVim/SpaceVim/pull/2953)
- Fix multiple cursor [#1993](https://github.com/SpaceVim/SpaceVim/pull/1993) - Fix typo [#2965](https://github.com/SpaceVim/SpaceVim/pull/2965)
- Fix json API [#2131](https://github.com/SpaceVim/SpaceVim/pull/2131) - Fix typo in edit.md [#2970](https://github.com/SpaceVim/SpaceVim/pull/2970)
- Fixed: ChineseLinter.vim should not be loaded for all file types. [#2534](https://github.com/SpaceVim/SpaceVim/pull/2534)
- Fix highlight mode [#2652](https://github.com/SpaceVim/SpaceVim/pull/2652)
#### 未知 #### 未知
- Update 2018-09-27-use-vim-as-a-python-ide.md [#2813](https://github.com/SpaceVim/SpaceVim/pull/2813) - Update crystal layer [#3067](https://github.com/SpaceVim/SpaceVim/pull/3067)
- Update SpaceVim.txt [#2801](https://github.com/SpaceVim/SpaceVim/pull/2801) - Denite fix [#3066](https://github.com/SpaceVim/SpaceVim/pull/3066)
- Update doc && fix problems [#2799](https://github.com/SpaceVim/SpaceVim/pull/2799) - Refactor lua initialization [#3065](https://github.com/SpaceVim/SpaceVim/pull/3065)
- Enhance defx config [#2793](https://github.com/SpaceVim/SpaceVim/pull/2793) - deoplete and denite backward compatibility [#3058](https://github.com/SpaceVim/SpaceVim/pull/3058)
- Update floating support [#2789](https://github.com/SpaceVim/SpaceVim/pull/2789) - Update hint desc [#3050](https://github.com/SpaceVim/SpaceVim/pull/3050)
- enhance the defx config [#2788](https://github.com/SpaceVim/SpaceVim/pull/2788) - detach iedit plugin [#3047](https://github.com/SpaceVim/SpaceVim/pull/3047)
- [Typo] mispelled word in comment [#2787](https://github.com/SpaceVim/SpaceVim/pull/2787) - urlescape spaces in font names [#3042](https://github.com/SpaceVim/SpaceVim/pull/3042)
- [Fix] Fix a typo. [#2784](https://github.com/SpaceVim/SpaceVim/pull/2784) - Googlegroups [#3040](https://github.com/SpaceVim/SpaceVim/pull/3040)
- Implement Auto Reinstall Failed Plugins for #2405 [#2782](https://github.com/SpaceVim/SpaceVim/pull/2782) - Naming rules [#3037](https://github.com/SpaceVim/SpaceVim/pull/3037)
- Update: lang#scala layer [#2781](https://github.com/SpaceVim/SpaceVim/pull/2781) - Python file head [#3036](https://github.com/SpaceVim/SpaceVim/pull/3036)
- Acheve triple quotes auto insertion on python [#2778](https://github.com/SpaceVim/SpaceVim/pull/2778) - Improve file head support [#3034](https://github.com/SpaceVim/SpaceVim/pull/3034)
- Add lang#ipynb layer [#2772](https://github.com/SpaceVim/SpaceVim/pull/2772) - Update cscope layer [#3023](https://github.com/SpaceVim/SpaceVim/pull/3023)
- Update doc for quickfix_doc [#2766](https://github.com/SpaceVim/SpaceVim/pull/2766) - Ctrlp message [#3022](https://github.com/SpaceVim/SpaceVim/pull/3022)
- Switch installation to .toml format [#2765](https://github.com/SpaceVim/SpaceVim/pull/2765) - Improve: make ctrlp layer works better [#3015](https://github.com/SpaceVim/SpaceVim/pull/3015)
- Update git layer [#2761](https://github.com/SpaceVim/SpaceVim/pull/2761) - plugin install failed to call \_append_buf_line in WIN10 [#3011](https://github.com/SpaceVim/SpaceVim/pull/3011)
- Small grammar fixes in docs [#2755](https://github.com/SpaceVim/SpaceVim/pull/2755) - Update manager.vim [#3010](https://github.com/SpaceVim/SpaceVim/pull/3010)
- Improve siganture api [#2255](https://github.com/SpaceVim/SpaceVim/pull/2255) - Website: Add git-plugin documentation to git layer [#3005](https://github.com/SpaceVim/SpaceVim/pull/3005)
- Version [#2956](https://github.com/SpaceVim/SpaceVim/pull/2956)
- Update version to v1.2.0-dev [#2732](https://github.com/SpaceVim/SpaceVim/pull/2732)
- On Windows, send CTRL+r if '+' register is not given [#2950](https://github.com/SpaceVim/SpaceVim/pull/2950)
<!-- SpaceVim follow HEAD en end --> <!-- SpaceVim follow HEAD en end -->

View File

@ -9,6 +9,61 @@ The next release is v1.3.0:
<!-- call SpaceVim#dev#followHEAD#update('en') --> <!-- call SpaceVim#dev#followHEAD#update('en') -->
<!-- SpaceVim follow HEAD en start --> <!-- SpaceVim follow HEAD en start -->
#### New Features
- Add lang#goby layer [#3055](https://github.com/SpaceVim/SpaceVim/pull/3055)
- Add ~ keybinding for iedit [#3046](https://github.com/SpaceVim/SpaceVim/pull/3046)
- add fish script support [#3033](https://github.com/SpaceVim/SpaceVim/pull/3033)
- Add: add new layer lang#j [#3032](https://github.com/SpaceVim/SpaceVim/pull/3032)
- Add vertical split support [#2999](https://github.com/SpaceVim/SpaceVim/pull/2999)
- Add debug support for powershell [#2961](https://github.com/SpaceVim/SpaceVim/pull/2961)
- Add additional bindings from coc.nvim for c layer [#2967](https://github.com/SpaceVim/SpaceVim/pull/2967)
- Add Leader f f to fzf layer [#2971](https://github.com/SpaceVim/SpaceVim/pull/2971)
#### Feature Changes
- Change: rename tags layer to gtags layer [#3030](https://github.com/SpaceVim/SpaceVim/pull/3030)
- Change: fix csharp layer and update doc (#2935). [#3007](https://github.com/SpaceVim/SpaceVim/pull/3007)
#### Bug Fixs
- Fixed typo 'yarked' to 'yanked' [#3059](https://github.com/SpaceVim/SpaceVim/pull/3059)
- Fix keybindings for GitGutter Hunks [#3049](https://github.com/SpaceVim/SpaceVim/pull/3049)
- Fix install script [#3048](https://github.com/SpaceVim/SpaceVim/pull/3048)
- Fixed output error where open file by flyGrep [#3041](https://github.com/SpaceVim/SpaceVim/pull/3041)
- Fix #2897 [#3021](https://github.com/SpaceVim/SpaceVim/pull/3021)
- Fix: fugitive blame [#3006](https://github.com/SpaceVim/SpaceVim/pull/3006)
- fix shortcuts/docs about marking spelling [#3003](https://github.com/SpaceVim/SpaceVim/pull/3003)
- fix typos [#3000](https://github.com/SpaceVim/SpaceVim/pull/3000)
- fix a map bug cscope[#2952](https://github.com/SpaceVim/SpaceVim/pull/2952)
- Fix: Issue #2948 function call update from deoplete#mappings#smart_close_p… [#2954](https://github.com/SpaceVim/SpaceVim/pull/2954)
- Fix errors in Go layer shortcuts in the documentation [#2955](https://github.com/SpaceVim/SpaceVim/pull/2955)
- fix a map bug cscope[#2953](https://github.com/SpaceVim/SpaceVim/pull/2953)
- Fix typo [#2965](https://github.com/SpaceVim/SpaceVim/pull/2965)
- Fix typo in edit.md [#2970](https://github.com/SpaceVim/SpaceVim/pull/2970)
#### Unmarked PRs
- Update crystal layer [#3067](https://github.com/SpaceVim/SpaceVim/pull/3067)
- Denite fix [#3066](https://github.com/SpaceVim/SpaceVim/pull/3066)
- Refactor lua initialization [#3065](https://github.com/SpaceVim/SpaceVim/pull/3065)
- deoplete and denite backward compatibility [#3058](https://github.com/SpaceVim/SpaceVim/pull/3058)
- Update hint desc [#3050](https://github.com/SpaceVim/SpaceVim/pull/3050)
- detach iedit plugin [#3047](https://github.com/SpaceVim/SpaceVim/pull/3047)
- urlescape spaces in font names [#3042](https://github.com/SpaceVim/SpaceVim/pull/3042)
- Googlegroups [#3040](https://github.com/SpaceVim/SpaceVim/pull/3040)
- Naming rules [#3037](https://github.com/SpaceVim/SpaceVim/pull/3037)
- Python file head [#3036](https://github.com/SpaceVim/SpaceVim/pull/3036)
- Improve file head support [#3034](https://github.com/SpaceVim/SpaceVim/pull/3034)
- Update cscope layer [#3023](https://github.com/SpaceVim/SpaceVim/pull/3023)
- Ctrlp message [#3022](https://github.com/SpaceVim/SpaceVim/pull/3022)
- Improve: make ctrlp layer works better [#3015](https://github.com/SpaceVim/SpaceVim/pull/3015)
- plugin install failed to call \_append_buf_line in WIN10 [#3011](https://github.com/SpaceVim/SpaceVim/pull/3011)
- Update manager.vim [#3010](https://github.com/SpaceVim/SpaceVim/pull/3010)
- Website: Add git-plugin documentation to git layer [#3005](https://github.com/SpaceVim/SpaceVim/pull/3005)
- Version [#2956](https://github.com/SpaceVim/SpaceVim/pull/2956)
- Update version to v1.2.0-dev [#2732](https://github.com/SpaceVim/SpaceVim/pull/2732)
- On Windows, send CTRL+r if '+' register is not given [#2950](https://github.com/SpaceVim/SpaceVim/pull/2950)
<!-- SpaceVim follow HEAD en end --> <!-- SpaceVim follow HEAD en end -->