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

Update Copyright (#2878)

This commit is contained in:
Wang Shidong 2019-06-09 14:11:17 +08:00 committed by GitHub
parent 49c9240512
commit 331139505a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
219 changed files with 293 additions and 235 deletions

View File

@ -1,4 +1,4 @@
<!-- Copyright (c) 2016-2017 Wang Shidong & Contributors -->
<!-- Copyright (c) 2016-2019 Wang Shidong & Contributors -->
<!-- Author: Wang Shidong < wsdjeg at 163.com > -->
<!-- URL: https://spacevim.org -->
<!-- License: GPLv3 -->

View File

@ -1,4 +1,4 @@
<!-- Copyright (c) 2016-2017 Wang Shidong & Contributors -->
<!-- Copyright (c) 2016-2019 Wang Shidong & Contributors -->
<!-- Author: Wang Shidong < wsdjeg at 163.com > -->
<!-- URL: https://spacevim.org -->
<!-- License: GPLv3 -->

View File

@ -1,6 +1,6 @@
"=============================================================================
" SpaceVim.vim --- Initialization and core files for SpaceVim
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Copyright (c) 2016-2019 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,10 +1,10 @@
" ============================================================================
" File: api.vim
" Description: SpaceVim api core file
" Author: Shidong Wang <wsdjeg@outlook.com>
" Website: https://spacevim.org
" License: GPLv3
" ============================================================================
"=============================================================================
" api.vim --- SpaceVim api
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
""
" @section API, api

View File

@ -1,6 +1,6 @@
"=============================================================================
" complete.vim --- SpaceVim complete API for bash
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" cmdlinemenu.vim --- SpaceVim cmdlinemenu API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" color.vim --- SpaceVim color API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" base64.vim --- SpaceVim base64 API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" dict.vim --- SpaceVim dict API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" json.vim --- SpaceVim json API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" list.vim --- SpaceVim list API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" number.vim --- SpaceVim number API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,7 +1,6 @@
"=============================================================================
" string.vim --- SpaceVim string API
" init.vim --- Entry file for neovim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,3 +1,12 @@
"=============================================================================
" toml.vim --- toml api for SpaceVim
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
let s:save_cpo = &cpo
set cpo&vim

View File

@ -1,6 +1,6 @@
"=============================================================================
" file.vim --- SpaceVim file API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" job.vim --- job api
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" logger.vim --- SpaceVim logger API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" messletters.vim --- SpaceVim messletters API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" floating.vim --- neovim#floating api
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,3 +1,12 @@
"=============================================================================
" gui.vim --- gui api for SpaceVim
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
let s:self = {}

View File

@ -1,6 +1,6 @@
"=============================================================================
" password.vim --- SpaceVim password API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" prompt.vim --- SpaceVim prompt API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" system.vim --- SpaceVim system API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" time.vim --- SpaceVim time API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" transient_state.vim --- SpaceVim transient_state API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" box.vim --- SpaceVim box API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" icon.vim --- SpaceVim icon API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" spinners.vim --- spinners API for SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,3 +1,12 @@
"=============================================================================
" vim.vim --- vim api for SpaceVim
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
let s:self = {}
let s:CMP = SpaceVim#api#import('vim#compatible')

View File

@ -1,6 +1,6 @@
"=============================================================================
" buffer.vim --- SpaceVim buffer API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" command.vim --- SpaceVim command API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" compatible.vim --- SpaceVim compatible API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" highlight.vim --- SpaceVim highlight API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" key.vim --- SpaceVim key API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" mapping.vim --- SpaceVim mapping API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" message.vim --- SpaceVim message API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" sid.vim --- SpaceVim SID API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" signatures.vim --- SpaceVim signatures API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" statusline.vim --- SpaceVim statusline API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" tab.vim --- SpaceVim tab API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" html.vim --- SpaceVim html API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" http.vim --- SpaceVim http API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" xml.vim --- SpaceVim xml API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" autocmd.vim --- main autocmd group for spacevim
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Copyright (c) 2016-2019 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" commands.vim --- commands in SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,3 +1,12 @@
"=============================================================================
" debug.vim --- debug tool for SpaceVim command
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
let s:debug_message = []
function! SpaceVim#commands#debug#completion_debug(ArgLead, CmdLine, CursorPos) abort
call add(s:debug_message, 'arglead:['.a:ArgLead .'] cmdline:[' .a:CmdLine .'] cursorpos:[' .a:CursorPos .']')

View File

@ -1,6 +1,6 @@
"=============================================================================
" custom.vim --- custom API in SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" default.vim --- default options in SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" health.vim --- SpaceVim health checker
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" clipboard.vim --- SpaceVim clipboard checker
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" environment.vim --- SpaceVim environment checker
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" lua.vim --- SpaceVim lua checker
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" python.vim --- SpaceVim python checker
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" issue.vim --- issue reporter for SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" layers.vim --- layers public API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" VersionControl.vim --- SpaceVim version control layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" autocomplete.vim --- SpaceVim autocomplete layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" chat.vim --- SpaceVim chat layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" checkers.vim --- SpaceVim checkers layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" chinese.vim --- SpaceVim chinese layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" colorscheme.vim --- SpaceVim colorscheme layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" core.vim --- SpaceVim core layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" banner.vim --- SpaceVim core#banner layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" statusline.vim --- SpaceVim statusline
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" tabline.vim --- SpaceVim tabline
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" cscope.vim --- SpaceVim cscope layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" ctrlp.vim --- SpaceVim ctrlp layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" debug.vim --- SpaceVim debug layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" denite.vim --- SpaceVim denite layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" edit.vim --- SpaceVim edit layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" exprfold.vim --- SpaceVim exprfold layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" floobits.vim --- SpaceVim floobits layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" format.vim --- format Layer file for SpaceVim
" Copyright (c) 2012-2016 Shidong Wang & Contributors
" Copyright (c) 2012-2019 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" fzf.vim --- fzf layer for SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" games.vim --- SpaceVim games layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" git.vim --- SpaceVim git layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,7 +1,7 @@
"=============================================================================
" github.vim --- github layer file for SpaceVim
" Copyright (c) 2018 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" github.vim --- SpaceVim github layer
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

View File

@ -1,6 +1,6 @@
"=============================================================================
" incsearch.vim --- SpaceVim incsearch layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" indentmove.vim --- SpaceVim indentmove layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" japanese.vim --- SpaceVim japanese layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" WebAssembly.vim --- WebAssembly support for SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" agda.vim --- lang#agda layer for SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" asciidoc.vim --- lang#asciidoc layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" autohotkey.vim --- AutoHotkey support for SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" c.vim --- SpaceVim lang#c layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" clojure.vim --- SpaceVim lang#clojure layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" coffeescript.vim --- lang#coffeescript layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" crystal.vim --- SpaceVim lang#crystal layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" csharp.vim --- SpaceVim lang#csharp layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: VyronLee < lwz_jz # hotmail.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" dart.vim --- SpaceVim lang#dart layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" dockerfile.vim --- layer for editing Dockerfile
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" elixir.vim --- SpaceVim lang#elixir layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" elixir.vim --- SpaceVim lang#elm layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" erlang.vim --- erlang support for SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" extra.vim --- lang#extra layer for SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" fsharp.vim --- lang#fsharp layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" go.vim --- SpaceVim lang#go layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,7 +1,7 @@
"=============================================================================
" graphqlfile.vim --- layer for editing graphql files
" Copyright (c) 2018 Pieter Joost van de Sande & Contributors
" Author: Pieter Joost van de Sande < pj at born2code.net >
" graphql.vim --- graphql layer for SpaceVim
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

View File

@ -1,6 +1,6 @@
"=============================================================================
" haskell.vim --- SpaceVim lang#haskell layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

View File

@ -1,6 +1,6 @@
"=============================================================================
" html.vim --- SpaceVim lang#html layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3

Some files were not shown because too many files have changed in this diff Show More