Skip to content

Commit

Permalink
update file head (#1407)
Browse files Browse the repository at this point in the history
* update file head

Update file head

* Update file head

* Update file head
  • Loading branch information
wsdjeg committed Feb 19, 2018
1 parent 753205a commit 3ccd4e4
Show file tree
Hide file tree
Showing 146 changed files with 1,113 additions and 41 deletions.
5 changes: 5 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!-- Copyright (c) 2016-2017 Wang Shidong & Contributors -->
<!-- Author: Wang Shidong < wsdjeg at 163.com > -->
<!-- URL: https://spacevim.org -->
<!-- License: GPLv3 -->

# Contributor Covenant Code of Conduct

## Our Pledge
Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!-- Copyright (c) 2016-2017 Wang Shidong & Contributors -->
<!-- Author: Wang Shidong < wsdjeg at 163.com > -->
<!-- URL: https://spacevim.org -->
<!-- License: GPLv3 -->

# Contributing to SpaceVim

SpaceVim is an volunteer effort; we encourage you to pitch in. The community makes SpaceVim what it is.
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/bash/complete.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" complete.vim --- SpaceVim complete API for bash
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:self = {}

let s:completer = fnamemodify(g:Config_Main_Home, ':p:h:h') . '/autoload/SpaceVim/bin/get_complete'
Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/cmdlinemenu.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" cmdlinemenu.vim --- SpaceVim cmdlinemenu API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
let s:api = {}


Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/color.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" color.vim --- SpaceVim color API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
let s:self = {}

let s:self._color_map = {
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/data/base64.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" base64.vim --- SpaceVim base64 API
" Copyright (c) 2016-2017 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')
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/data/dict.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" dict.vim --- SpaceVim dict API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

function! SpaceVim#api#data#dict#get() abort
return map({
\ 'make' : '',
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/data/json.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" json.vim --- SpaceVim json API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:json = {}


Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/data/list.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" list.vim --- SpaceVim list API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
function! SpaceVim#api#data#list#get() abort
return map({'pop' : '',
\ 'push' : '',
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/data/number.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" number.vim --- SpaceVim number API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:save_cpo = &cpo
set cpo&vim

Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/data/string.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" string.vim --- SpaceVim string API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:file = {}

function! s:trim(str) abort
Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/file.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" file.vim --- SpaceVim file API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
scriptencoding utf-8
let s:file = {}
let s:system = SpaceVim#api#import('system')
Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/job.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" job.vim --- SpaceVim job API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
function! SpaceVim#api#job#get() abort
return deepcopy(s:self)
endfunction
Expand Down
8 changes: 7 additions & 1 deletion autoload/SpaceVim/api/logger.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

"=============================================================================
" logger.vim --- SpaceVim logger API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
let s:self = {
\ 'name' : '',
\ 'silent' : 1,
Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/messletters.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" messletters.vim --- SpaceVim messletters API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
scriptencoding utf-8
let s:chars = {}
" type :
Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/password.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" password.vim --- SpaceVim password API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
let s:self = {}

let s:NUMBER = SpaceVim#api#import('data#number')
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/prompt.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" prompt.vim --- SpaceVim prompt API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

""
" @section prompt, api-prompt
" @parentsection api
Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/system.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" system.vim --- SpaceVim system API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
scriptencoding utf-8
let s:system = {}

Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/time.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" time.vim --- SpaceVim time API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
let s:self = {}

" see: man 3 strftime
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/transient_state.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" transient_state.vim --- SpaceVim transient_state API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:self = {}

let s:self._keys = {}
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/unicode/box.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" box.vim --- SpaceVim box API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:box = {}
let s:json = SpaceVim#api#import('data#json')
let s:string = SpaceVim#api#import('data#string')
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/unicode/icon.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" icon.vim --- SpaceVim icon API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

scriptencoding utf-8
let s:self = {}

Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/vim/buffer.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" buffer.vim --- SpaceVim buffer API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:self = {}


Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/vim/command.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" command.vim --- SpaceVim command API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:self = {}

let s:self.options = {}
Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/vim/compatible.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" compatible.vim --- SpaceVim compatible API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
function! SpaceVim#api#vim#compatible#get() abort
return map({
\ 'execute' : '',
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/vim/highlight.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" highlight.vim --- SpaceVim highlight API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:self = {}

function! s:self.group2dict(name) abort
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/vim/key.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" key.vim --- SpaceVim key API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:self = {}

let s:specified_keys = {
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/vim/mapping.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" mapping.vim --- SpaceVim mapping API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:VIM = SpaceVim#api#import('vim#compatible')

function! SpaceVim#api#vim#mapping#get() abort
Expand Down
14 changes: 7 additions & 7 deletions autoload/SpaceVim/api/vim/message.vim
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
" ============================================================================
" File: message.vim
" Description: vim#message api of SpaceVim
" Author: L-stt
" Website: https://spacevim.org
" License: GPLv3
" ============================================================================
"=============================================================================
" message.vim --- SpaceVim message API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

""
" @section vim#message, api-vim-message
Expand Down
14 changes: 7 additions & 7 deletions autoload/SpaceVim/api/vim/sid.vim
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
" ============================================================================
" File: sid.vim
" Description: vim#sid api of SpaceVim
" Author: L-stt
" Website: https://spacevim.org
" License: GPLv3
" ============================================================================
"=============================================================================
" sid.vim --- SpaceVim SID API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

""
" @section sid, api-vim-sid
Expand Down
7 changes: 7 additions & 0 deletions autoload/SpaceVim/api/vim/signatures.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"=============================================================================
" signatures.vim --- SpaceVim signatures API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
let s:self = {}
let s:self.id = []
function! s:self.info(line, col, message) abort
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/vim/statusline.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" statusline.vim --- SpaceVim statusline API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:self = {}


Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/api/vim/tab.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" tab.vim --- SpaceVim tab API
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

let s:self = {}

let s:self._tree = {}
Expand Down
Loading

0 comments on commit 3ccd4e4

Please sign in to comment.