mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-25 03:02:21 +08:00
Compare commits
No commits in common. "b808b8126ae3aa9123920cbe00897e70931ed4f4" and "e62be368ff0dce6d4de3d4fe63a6c586e05a9769" have entirely different histories.
b808b8126a
...
e62be368ff
@ -429,21 +429,12 @@ EOT
|
||||
cd detach/$1
|
||||
_checkdir autoload/SpaceVim/api/
|
||||
_checkdir autoload/SpaceVim/api/vim
|
||||
_checkdir autoload/SpaceVim/api/neovim
|
||||
_checkdir autoload/SpaceVim/api/data
|
||||
_detact autoload/SpaceVim/api.vim
|
||||
_detact autoload/SpaceVim/api/vim.vim
|
||||
_detact autoload/SpaceVim/api/system.vim
|
||||
_detact autoload/SpaceVim/api/logger.vim
|
||||
_detact autoload/SpaceVim/api/time.vim
|
||||
_detact autoload/SpaceVim/api/vim/compatible.vim
|
||||
_detact autoload/SpaceVim/api/vim/buffer.vim
|
||||
_detact autoload/SpaceVim/api/vim/window.vim
|
||||
_detact autoload/SpaceVim/api/vim/floating.vim
|
||||
_detact autoload/SpaceVim/api/vim/highlight.vim
|
||||
_detact autoload/SpaceVim/api/neovim/floating.vim
|
||||
_detact autoload/SpaceVim/api/data/dict.vim
|
||||
_detact autoload/SpaceVim/api/data/string.vim
|
||||
_checkdir autoload/SpaceVim/plugins/
|
||||
_detact autoload/SpaceVim/plugins/scrollbar.vim
|
||||
_detact LICENSE
|
||||
|
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
vimtag: v0.4.0
|
||||
- vimbin: nvim
|
||||
vimtag: v0.3.8
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
VIM_BIN: ${{ matrix.vimbin }}
|
||||
VIM_TAG: ${{ matrix.vimtag }}
|
||||
|
@ -140,10 +140,8 @@ function! SpaceVim#default#options() abort
|
||||
" Do not wrap lone lines
|
||||
set nowrap
|
||||
|
||||
if exists('&belloff')
|
||||
" disable all bell
|
||||
set belloff=all
|
||||
endif
|
||||
" disable all bell
|
||||
set belloff=all
|
||||
|
||||
set foldtext=SpaceVim#default#Customfoldtext()
|
||||
|
||||
|
@ -69,9 +69,3 @@ function! SpaceVim#layers#tools#cpicker#loadeable() abort
|
||||
return has('nvim-0.10.0')
|
||||
|
||||
endfunction
|
||||
|
||||
function! SpaceVim#layers#tools#cpicker#health() abort
|
||||
|
||||
return 1
|
||||
|
||||
endfunction
|
||||
|
Loading…
x
Reference in New Issue
Block a user