1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Fix dein-ui errors (#2352)

* Fix dein

* Update wiki for dein ui

close https://github.com/wsdjeg/dein-ui.vim/issues/3
This commit is contained in:
Wang Shidong 2018-12-16 20:28:55 +08:00 committed by GitHub
parent 40c64edc15
commit 4a8b762c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 13 deletions

View File

@ -205,7 +205,8 @@ function! SpaceVim#plugins#manager#update(...) abort
let s:plugins = a:0 == 0 ? sort(map(neobundle#config#get_neobundles(), 'v:val.name')) : sort(copy(a:1))
elseif g:spacevim_plugin_manager ==# 'vim-plug'
endif
if a:0 == 0
" make dein-ui only update SpaceVim for SpaceVim users
if a:0 == 0 && exists('g:spacevim_version')
call add(s:plugins, 'SpaceVim')
endif
let s:total = len(s:plugins)

View File

@ -27,12 +27,13 @@
### 问题修复
- Do not load matchup in old version ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2324))
- Ctrlp support in windows ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2325))
- Fix layers list in windows ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2327))
- Fix statusline icon ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2328))
- Fix vimdoc command in windows ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2338))
- Fix comment paragraphs key bindings ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2340))
- Do not load matchup in old version ([#2324](https://github.com/SpaceVim/SpaceVim/pull/2324))
- Ctrlp support in windows ([#2325](https://github.com/SpaceVim/SpaceVim/pull/2325))
- Fix layers list in windows ([#2327](https://github.com/SpaceVim/SpaceVim/pull/2327))
- Fix statusline icon ([#2328](https://github.com/SpaceVim/SpaceVim/pull/2328))
- Fix vimdoc command in windows ([#2338](https://github.com/SpaceVim/SpaceVim/pull/2338))
- Fix comment paragraphs key bindings ([#2340](https://github.com/SpaceVim/SpaceVim/pull/2340))
- Fix dein-ui error ([#2352](https://github.com/SpaceVim/SpaceVim/pull/2352))
### 移除的功能

View File

@ -27,12 +27,13 @@ The next release is v1.0.0.
### Fixed
- Do not load matchup in old version ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2324))
- Ctrlp support in windows ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2325))
- Fix layers list in windows ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2327))
- Fix statusline icon ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2328))
- Fix vimdoc command in windows ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2338))
- Fix comment paragraphs key bindings ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2340))
- Do not load matchup in old version ([#2324](https://github.com/SpaceVim/SpaceVim/pull/2324))
- Ctrlp support in windows ([#2325](https://github.com/SpaceVim/SpaceVim/pull/2325))
- Fix layers list in windows ([#2327](https://github.com/SpaceVim/SpaceVim/pull/2327))
- Fix statusline icon ([#2328](https://github.com/SpaceVim/SpaceVim/pull/2328))
- Fix vimdoc command in windows ([#2338](https://github.com/SpaceVim/SpaceVim/pull/2338))
- Fix comment paragraphs key bindings ([#2340](https://github.com/SpaceVim/SpaceVim/pull/2340))
- Fix dein-ui error ([#2352](https://github.com/SpaceVim/SpaceVim/pull/2352))
### Removed