diff --git a/.SpaceVim.d/init.lua b/.SpaceVim.d/init.lua index 3a8c642dc..834005183 100644 --- a/.SpaceVim.d/init.lua +++ b/.SpaceVim.d/init.lua @@ -1,16 +1,16 @@ ---============================================================================= --- init.lua --- demo --- Copyright (c) 2016-2019 Wang Shidong & Contributors --- Author: Wang Shidong < wsdjeg@outlook.com > --- URL: https://spacevim.org --- License: GPLv3 ---============================================================================= - -local layer = require('spacevim.layer') -local opt = require('spacevim.opt') - -opt.colorscheme = 'one' - -layer.load('lang#java', { - format_on_save = false -}) +--============================================================================= +-- init.lua --- demo +-- Copyright (c) 2016-2023 Wang Shidong & Contributors +-- Author: Wang Shidong < wsdjeg@outlook.com > +-- URL: https://spacevim.org +-- License: GPLv3 +--============================================================================= + +local layer = require('spacevim.layer') +local opt = require('spacevim.opt') + +opt.colorscheme = 'one' + +layer.load('lang#java', { + format_on_save = false +}) diff --git a/autoload/SpaceVim/api/neovim/version.vim b/autoload/SpaceVim/api/neovim/version.vim index e2d5fe009..e0e743917 100644 --- a/autoload/SpaceVim/api/neovim/version.vim +++ b/autoload/SpaceVim/api/neovim/version.vim @@ -1,6 +1,6 @@ "============================================================================= " version.vim --- Version checking API -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/framework/django.vim b/autoload/SpaceVim/layers/framework/django.vim index c4b34332a..677d87eba 100644 --- a/autoload/SpaceVim/layers/framework/django.vim +++ b/autoload/SpaceVim/layers/framework/django.vim @@ -1,6 +1,6 @@ "============================================================================= " django.vim --- django project support in SpaceVim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/autoit.vim b/autoload/SpaceVim/layers/lang/autoit.vim index 223371bac..41333a9e1 100644 --- a/autoload/SpaceVim/layers/lang/autoit.vim +++ b/autoload/SpaceVim/layers/lang/autoit.vim @@ -1,6 +1,6 @@ "============================================================================= " autoit.vim --- autoit layer -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/e.vim b/autoload/SpaceVim/layers/lang/e.vim index f37efd360..e078de709 100644 --- a/autoload/SpaceVim/layers/lang/e.vim +++ b/autoload/SpaceVim/layers/lang/e.vim @@ -1,6 +1,6 @@ "============================================================================= " e.vim --- E language layer -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/fennel.vim b/autoload/SpaceVim/layers/lang/fennel.vim index 90d465587..ffad46821 100644 --- a/autoload/SpaceVim/layers/lang/fennel.vim +++ b/autoload/SpaceVim/layers/lang/fennel.vim @@ -1,6 +1,6 @@ "============================================================================= " fennel.vim --- fennel language support -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/jr.vim b/autoload/SpaceVim/layers/lang/jr.vim index 5bf8b9ad0..4f69f5a2b 100644 --- a/autoload/SpaceVim/layers/lang/jr.vim +++ b/autoload/SpaceVim/layers/lang/jr.vim @@ -1,6 +1,6 @@ "============================================================================= " jr.vim --- lang#jr layer -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/jsonnet.vim b/autoload/SpaceVim/layers/lang/jsonnet.vim index 9330b3249..b502030fb 100644 --- a/autoload/SpaceVim/layers/lang/jsonnet.vim +++ b/autoload/SpaceVim/layers/lang/jsonnet.vim @@ -1,6 +1,6 @@ "============================================================================= " jsonnet.vim --- jsonnet support for vim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/liquid.vim b/autoload/SpaceVim/layers/lang/liquid.vim index 38a21bd00..c582f2846 100644 --- a/autoload/SpaceVim/layers/lang/liquid.vim +++ b/autoload/SpaceVim/layers/lang/liquid.vim @@ -1,6 +1,6 @@ "============================================================================= " liquid.vim --- Liquid template language support for SpaceVim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/octave.vim b/autoload/SpaceVim/layers/lang/octave.vim index 2ee271cc7..8fa3886ed 100644 --- a/autoload/SpaceVim/layers/lang/octave.vim +++ b/autoload/SpaceVim/layers/lang/octave.vim @@ -1,6 +1,6 @@ "============================================================================= " octave.vim --- lang#octave layer -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/org.vim b/autoload/SpaceVim/layers/lang/org.vim index 7578c5c62..2689440a6 100644 --- a/autoload/SpaceVim/layers/lang/org.vim +++ b/autoload/SpaceVim/layers/lang/org.vim @@ -1,6 +1,6 @@ "============================================================================= " org.vim --- lang#org for SpaceVim -" Copyright (c) 2016-2020 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/postscript.vim b/autoload/SpaceVim/layers/lang/postscript.vim index 7b20e5b0c..2980d07b5 100644 --- a/autoload/SpaceVim/layers/lang/postscript.vim +++ b/autoload/SpaceVim/layers/lang/postscript.vim @@ -1,6 +1,6 @@ "============================================================================= " postscript.vim --- PostScript language layer -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/rst.vim b/autoload/SpaceVim/layers/lang/rst.vim index 89a7983ad..6bfd26f24 100644 --- a/autoload/SpaceVim/layers/lang/rst.vim +++ b/autoload/SpaceVim/layers/lang/rst.vim @@ -1,6 +1,6 @@ "============================================================================= " rst.vim --- rst language layer -" Copyright (c) 2016-2017 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/s.vim b/autoload/SpaceVim/layers/lang/s.vim index 498621af1..423fca016 100644 --- a/autoload/SpaceVim/layers/lang/s.vim +++ b/autoload/SpaceVim/layers/lang/s.vim @@ -1,6 +1,6 @@ "============================================================================= " splus.vim --- S language layer -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/smalltalk.vim b/autoload/SpaceVim/layers/lang/smalltalk.vim index 19fea3412..fcf8a4eae 100644 --- a/autoload/SpaceVim/layers/lang/smalltalk.vim +++ b/autoload/SpaceVim/layers/lang/smalltalk.vim @@ -1,6 +1,6 @@ "============================================================================= " smalltalk.vim --- SmallTalk language layer -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/splus.vim b/autoload/SpaceVim/layers/lang/splus.vim index 28ba119c5..423969610 100644 --- a/autoload/SpaceVim/layers/lang/splus.vim +++ b/autoload/SpaceVim/layers/lang/splus.vim @@ -1,6 +1,6 @@ "============================================================================= " splus.vim --- S-Plus language layer -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/teal.vim b/autoload/SpaceVim/layers/lang/teal.vim index 5b7e6ccea..1edebaacb 100644 --- a/autoload/SpaceVim/layers/lang/teal.vim +++ b/autoload/SpaceVim/layers/lang/teal.vim @@ -1,6 +1,6 @@ "============================================================================= " teal.vim --- teal language support for SpaceVim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/verilog.vim b/autoload/SpaceVim/layers/lang/verilog.vim index fb6e083f9..37ea736dc 100644 --- a/autoload/SpaceVim/layers/lang/verilog.vim +++ b/autoload/SpaceVim/layers/lang/verilog.vim @@ -1,6 +1,6 @@ "============================================================================= " verilog.vim --- Verilog/SystemVerilog support -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/lang/yang.vim b/autoload/SpaceVim/layers/lang/yang.vim index ce7dd0718..697f6d2c6 100644 --- a/autoload/SpaceVim/layers/lang/yang.vim +++ b/autoload/SpaceVim/layers/lang/yang.vim @@ -1,6 +1,6 @@ "============================================================================= " yang.vim --- yang support for vim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/ssh.vim b/autoload/SpaceVim/layers/ssh.vim index 43f3d0557..de925a44d 100644 --- a/autoload/SpaceVim/layers/ssh.vim +++ b/autoload/SpaceVim/layers/ssh.vim @@ -1,6 +1,6 @@ "============================================================================= " ssh.vim --- ssh layer for spacevim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/telescope.vim b/autoload/SpaceVim/layers/telescope.vim index 27c207e0c..959311f97 100644 --- a/autoload/SpaceVim/layers/telescope.vim +++ b/autoload/SpaceVim/layers/telescope.vim @@ -1,6 +1,6 @@ "============================================================================= " telescope.vim --- telescope support for spacevim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/treesitter.vim b/autoload/SpaceVim/layers/treesitter.vim index 55602f198..caeff68c1 100644 --- a/autoload/SpaceVim/layers/treesitter.vim +++ b/autoload/SpaceVim/layers/treesitter.vim @@ -1,6 +1,6 @@ "============================================================================= " treesitter.vim --- treesitter layer for SpaceVim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/layers/zettelkasten.vim b/autoload/SpaceVim/layers/zettelkasten.vim index cf11b1acf..08235ddeb 100644 --- a/autoload/SpaceVim/layers/zettelkasten.vim +++ b/autoload/SpaceVim/layers/zettelkasten.vim @@ -1,6 +1,6 @@ "============================================================================= " zettelkasten.vim --- zettelkasten layer for SpaceVim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/mapping/guide/theme/dracula.vim b/autoload/SpaceVim/mapping/guide/theme/dracula.vim index df47f4cc0..19ec126c3 100644 --- a/autoload/SpaceVim/mapping/guide/theme/dracula.vim +++ b/autoload/SpaceVim/mapping/guide/theme/dracula.vim @@ -1,6 +1,6 @@ "============================================================================= " dracula.vim --- dracula theme for spacevim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/plugins/autosave.vim b/autoload/SpaceVim/plugins/autosave.vim index c3ba8dba3..a6c41feda 100644 --- a/autoload/SpaceVim/plugins/autosave.vim +++ b/autoload/SpaceVim/plugins/autosave.vim @@ -1,6 +1,6 @@ "============================================================================= " autosave.vim --- autosave plugin for spacevim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/plugins/ctrlg.vim b/autoload/SpaceVim/plugins/ctrlg.vim index 628b13339..2358eca8e 100644 --- a/autoload/SpaceVim/plugins/ctrlg.vim +++ b/autoload/SpaceVim/plugins/ctrlg.vim @@ -1,6 +1,6 @@ "============================================================================= " ctrlg.vim --- display info via Ctrl-g -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/autoload/SpaceVim/plugins/helpgrep.vim b/autoload/SpaceVim/plugins/helpgrep.vim index cf90af1bf..f8255db07 100644 --- a/autoload/SpaceVim/plugins/helpgrep.vim +++ b/autoload/SpaceVim/plugins/helpgrep.vim @@ -1,6 +1,6 @@ "============================================================================= " helpgrep.vim --- asynchronous helpgrep -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/cscope.vim/autoload/cscope.vim b/bundle/cscope.vim/autoload/cscope.vim index a29b323b4..99d285801 100644 --- a/bundle/cscope.vim/autoload/cscope.vim +++ b/bundle/cscope.vim/autoload/cscope.vim @@ -1,6 +1,6 @@ "============================================================================= " cscope.vim --- cscope plugin -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/cscope.vim/plugin/cscope.vim b/bundle/cscope.vim/plugin/cscope.vim index 3831bfe41..14d1c6a6c 100644 --- a/bundle/cscope.vim/plugin/cscope.vim +++ b/bundle/cscope.vim/plugin/cscope.vim @@ -1,6 +1,6 @@ "============================================================================= " cscope.vim --- cscope layer plugin -" Copyright (c) 2016-2017 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/git.vim/autoload/git/branch.vim b/bundle/git.vim/autoload/git/branch.vim index 644ab2b83..8c65a197a 100644 --- a/bundle/git.vim/autoload/git/branch.vim +++ b/bundle/git.vim/autoload/git/branch.vim @@ -1,6 +1,6 @@ "============================================================================= " branch.vim --- branch action of git.vim -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/neoformat/autoload/neoformat/utils.vim b/bundle/neoformat/autoload/neoformat/utils.vim index d247864da..3fc82b3c5 100644 --- a/bundle/neoformat/autoload/neoformat/utils.vim +++ b/bundle/neoformat/autoload/neoformat/utils.vim @@ -1,6 +1,6 @@ "============================================================================= " utils.vim --- utils function for neoformat -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-chat/autoload/chat.vim b/bundle/vim-chat/autoload/chat.vim index a5eb345b7..89c711c20 100644 --- a/bundle/vim-chat/autoload/chat.vim +++ b/bundle/vim-chat/autoload/chat.vim @@ -1,6 +1,6 @@ "============================================================================= " chatting.vim --- chatting client -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-chat/autoload/chat/gitter.vim b/bundle/vim-chat/autoload/chat/gitter.vim index ca5f8dba4..b1c52bda6 100644 --- a/bundle/vim-chat/autoload/chat/gitter.vim +++ b/bundle/vim-chat/autoload/chat/gitter.vim @@ -1,6 +1,6 @@ "============================================================================= " gitter.vim --- a gitter client -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-chat/autoload/chat/irc.vim b/bundle/vim-chat/autoload/chat/irc.vim index ff4e095dd..8e77b08e8 100644 --- a/bundle/vim-chat/autoload/chat/irc.vim +++ b/bundle/vim-chat/autoload/chat/irc.vim @@ -1,6 +1,6 @@ "============================================================================= " irc.vim --- irc protocol for vim-chat -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-chat/autoload/chat/logger.vim b/bundle/vim-chat/autoload/chat/logger.vim index 9dc9c0a07..952969247 100644 --- a/bundle/vim-chat/autoload/chat/logger.vim +++ b/bundle/vim-chat/autoload/chat/logger.vim @@ -1,6 +1,6 @@ "============================================================================= " logger.vim --- logger of vim-chat -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-chat/autoload/chat/notify.vim b/bundle/vim-chat/autoload/chat/notify.vim index 563c7a87c..1bb60a1cb 100644 --- a/bundle/vim-chat/autoload/chat/notify.vim +++ b/bundle/vim-chat/autoload/chat/notify.vim @@ -1,6 +1,6 @@ "============================================================================= " notify.vim --- notification for chatting -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-chat/autoload/chat/windows.vim b/bundle/vim-chat/autoload/chat/windows.vim index 07fb57167..6f5bbc0be 100644 --- a/bundle/vim-chat/autoload/chat/windows.vim +++ b/bundle/vim-chat/autoload/chat/windows.vim @@ -1,6 +1,6 @@ "============================================================================= " windows.vim --- chatting message windows -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-cheat/autoload/cheat.vim b/bundle/vim-cheat/autoload/cheat.vim index 732b41d21..83772430c 100644 --- a/bundle/vim-cheat/autoload/cheat.vim +++ b/bundle/vim-cheat/autoload/cheat.vim @@ -1,6 +1,6 @@ "============================================================================= " cheat.vim --- cheat plugin -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-cheat/plugin/cheat.vim b/bundle/vim-cheat/plugin/cheat.vim index b27283c89..9b53ae418 100644 --- a/bundle/vim-cheat/plugin/cheat.vim +++ b/bundle/vim-cheat/plugin/cheat.vim @@ -1,6 +1,6 @@ "============================================================================= " cheat.vim --- cheat plugin -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-clipboard/autoload/clipboard.vim b/bundle/vim-clipboard/autoload/clipboard.vim index 712b1f20b..15db5650a 100644 --- a/bundle/vim-clipboard/autoload/clipboard.vim +++ b/bundle/vim-clipboard/autoload/clipboard.vim @@ -1,6 +1,6 @@ "============================================================================= " clipboard.vim --- clipboard for neovim and vim8 -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-cmake/plugin/cmake.vim b/bundle/vim-cmake/plugin/cmake.vim index a4fdcff22..cbbc4468a 100644 --- a/bundle/vim-cmake/plugin/cmake.vim +++ b/bundle/vim-cmake/plugin/cmake.vim @@ -1,6 +1,6 @@ "============================================================================= " cmake.vim --- cmake plugin -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-rescript/indent/rescript.vim b/bundle/vim-rescript/indent/rescript.vim index d667e594f..f97299387 100644 --- a/bundle/vim-rescript/indent/rescript.vim +++ b/bundle/vim-rescript/indent/rescript.vim @@ -1,6 +1,6 @@ "============================================================================= " rescript.vim --- ReScript indent file -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/bundle/vim-toml/autoload/toml.vim b/bundle/vim-toml/autoload/toml.vim index f9593c0aa..6606f32b0 100644 --- a/bundle/vim-toml/autoload/toml.vim +++ b/bundle/vim-toml/autoload/toml.vim @@ -1,6 +1,6 @@ "============================================================================= " toml.vim --- toml autoload plugin -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 diff --git a/lua/spacevim/api.lua b/lua/spacevim/api.lua index 685c38f02..f54e4d9a1 100644 --- a/lua/spacevim/api.lua +++ b/lua/spacevim/api.lua @@ -1,6 +1,6 @@ --============================================================================= -- api.lua --- lua api plugin --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/api/data/string.lua b/lua/spacevim/api/data/string.lua index 8b3c4e313..c02479dd6 100644 --- a/lua/spacevim/api/data/string.lua +++ b/lua/spacevim/api/data/string.lua @@ -1,6 +1,6 @@ --============================================================================= -- string.lua --- spacevim data#string api --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/api/logger.lua b/lua/spacevim/api/logger.lua index 0595c6c65..c4361043c 100644 --- a/lua/spacevim/api/logger.lua +++ b/lua/spacevim/api/logger.lua @@ -1,6 +1,6 @@ --============================================================================= -- logger.lua --- logger api implemented in lua --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/api/messletters.lua b/lua/spacevim/api/messletters.lua index 9f196760b..267518d13 100644 --- a/lua/spacevim/api/messletters.lua +++ b/lua/spacevim/api/messletters.lua @@ -1,6 +1,6 @@ --============================================================================= -- messletters.lua --- messletters api --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/api/prompt.lua b/lua/spacevim/api/prompt.lua index 4122d828f..10783c10c 100644 --- a/lua/spacevim/api/prompt.lua +++ b/lua/spacevim/api/prompt.lua @@ -1,6 +1,6 @@ --============================================================================= -- prompt.lua --- prompt api for spacevim --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/api/vim/buffer.lua b/lua/spacevim/api/vim/buffer.lua index 3c4db06e3..cf5dc4dc0 100644 --- a/lua/spacevim/api/vim/buffer.lua +++ b/lua/spacevim/api/vim/buffer.lua @@ -1,6 +1,6 @@ --============================================================================= -- buffer.lua --- public buffer apis --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/api/vim/compatible.lua b/lua/spacevim/api/vim/compatible.lua index aed7863a9..71184fcd6 100644 --- a/lua/spacevim/api/vim/compatible.lua +++ b/lua/spacevim/api/vim/compatible.lua @@ -1,6 +1,6 @@ --============================================================================= -- compatible.lua --- compatible api between neovim/vim --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/api/vim/regex.lua b/lua/spacevim/api/vim/regex.lua index 861c8b8a4..7b70651ad 100644 --- a/lua/spacevim/api/vim/regex.lua +++ b/lua/spacevim/api/vim/regex.lua @@ -1,119 +1,119 @@ ---============================================================================= --- regex.lua --- use vim regex in lua --- Copyright (c) 2016-2019 Wang Shidong & Contributors --- Author: Wang Shidong < wsdjeg@outlook.com > --- URL: https://spacevim.org --- License: GPLv3 ---============================================================================= - - --- in viml you can use =~/=~#/=~? - - -local M = {} - -M.__cmp = require('spacevim.api').import('vim.compatible') - -function M.equal(a, b, ...) - local argv = {...} - local ignore = argv[1] or false - if M.__cmp.fn.matchstr(a, b) == '' then return false else return true end -end - - -function M.parser(regex, is_perl) - local vim_regex = regex - local substitute = vim.fn.substitute - -- matchadd function needs \ before [%@&] - vim_regex = substitute(vim_regex, [[\([%@&]\)]], [[\\\1]], 'g') - - -- non-greedy pattern - -- replace from what to what? - -- let vim_regex = substitute(vim_regex, '(? *, +, ?, {m,n} - vim_regex = substitute(vim_regex, [[(? atom\@= - vim_regex = substitute(vim_regex, [[\(\?=(.+?)\)]], '(\1)@=', 'g') - -- (?!atom) => atom\@! - vim_regex = substitute(vim_regex, [[\(\?!(.+?)\)]], '(\1)@!', 'g') - -- (?<=atom) => atom\@<= - vim_regex = substitute(vim_regex, [[\(\?<=(.+?)\)]], [[(\1)@<=]], 'g') - -- (? atom\@atom) => atom\@> - vim_regex = substitute(vim_regex, [[\(\?>(.+?)\)]], [[(\1)@>]], 'g') - end - - -- this won't hurt although they are not the same - vim_regex = substitute(vim_regex, [[\\A]], '^', 'g') - vim_regex = substitute(vim_regex, [[\\z]], '$', 'g') - vim_regex = substitute(vim_regex, [[\\B]], '', 'g') - - -- word boundary - -- \bword\b => - vim_regex = substitute(vim_regex, [[\\b\(\w\+\)\\b]], [[<\1>]], 'g') - - -- right word boundary - -- \bword => \ word\> - vim_regex = substitute(vim_regex, [[\(\w\+\)\\b]], [[\1>]], 'g') - - -- case-insensitive - -- (?i)abc => \cabc - -- (?-i)abc => \Cabc - vim_regex = substitute(vim_regex, '(?i)', [[\\c]], 'g') - vim_regex = substitute(vim_regex, '(?-i)', [[\\C]], 'g') - - -- (?Pexp) => (exp) - vim_regex = substitute(vim_regex, [[(?P<\w\+>\([^)]\+\))]], [[(\1)]], 'g') - - -- (?:exp) => %(exp) - vim_regex = substitute(vim_regex, [[(?:\([^)]\+\))]], [[%(\1)]], 'g') - - -- \a bell (\x07) - -- \f form feed (\x0C) - -- \v vertical tab (\x0B) - vim_regex = substitute(vim_regex, [[\\a]], '%x07', 'g') - vim_regex = substitute(vim_regex, [[\\f]], '%x0C', 'g') - vim_regex = substitute(vim_regex, [[\\v]], '%x0B', 'g') - - -- \123 octal character code (up to three digits) (when enabled) - -- \x7F hex character code (exactly two digits) - -- let vim_regex = substitute(vim_regex, '\\(x[0-9A-Fa-f][0-9A-Fa-f])', '%\1', 'g') - -- \x{10FFFF} any hex character code corresponding to a Unicode code point - -- \u007F hex character code (exactly four digits) - -- \u{7F} any hex character code corresponding to a Unicode code point - -- \U0000007F hex character code (exactly eight digits) - -- \U{7F} any hex character code corresponding to a Unicode code point - -- let vim_regex = substitute(vim_regex, '\\([uU])', '%\1', 'g') - - vim_regex = substitute(vim_regex, '\\[:ascii:\\]', '[\\\\x00-\\\\x7F]', 'g') - vim_regex = substitute(vim_regex, '\\[:word:\\]', '[0-9A-Za-z_]', 'g') - vim_regex = substitute(vim_regex, '\\[:alnum:\\]', '[^0-9A-Za-z]', 'g') - vim_regex = substitute(vim_regex, '\\[:alpha:\\]', '[^A-Za-z]', 'g') - vim_regex = substitute(vim_regex, '\\[:ascii:\\]', '[^\\x00-\\x7F]', 'g') - vim_regex = substitute(vim_regex, '\\[:blank:\\]', '[^\\t ]', 'g') - vim_regex = substitute(vim_regex, '\\[:cntrl:\\]', '[^\\x00-\\x1F\\x7F]', 'g') - vim_regex = substitute(vim_regex, '\\[:digit:\\]', '[^0-9]', 'g') - vim_regex = substitute(vim_regex, '\\[:graph:\\]', '[^!-~]', 'g') - vim_regex = substitute(vim_regex, '\\[:lower:\\]', '[^a-z]', 'g') - vim_regex = substitute(vim_regex, '\\[:print:\\]', '[^ -~]', 'g') - vim_regex = substitute(vim_regex, '\\[:punct:\\]', '[^!-/:-@\\[-`{-~]', 'g') - vim_regex = substitute(vim_regex, '\\[:space:\\]', '[^\\t\\n\\r ]', 'g') - vim_regex = substitute(vim_regex, '\\[:upper:\\]', '[^A-Z]', 'g') - vim_regex = substitute(vim_regex, '\\[:word:\\]', '[^0-9A-Za-z_]', 'g') - vim_regex = substitute(vim_regex, '\\[:xdigit:\\]', '[^0-9A-Fa-f]', 'g') - return [[\v]] .. vim_regex -end - -return M +--============================================================================= +-- regex.lua --- use vim regex in lua +-- Copyright (c) 2016-2023 Wang Shidong & Contributors +-- Author: Wang Shidong < wsdjeg@outlook.com > +-- URL: https://spacevim.org +-- License: GPLv3 +--============================================================================= + + +-- in viml you can use =~/=~#/=~? + + +local M = {} + +M.__cmp = require('spacevim.api').import('vim.compatible') + +function M.equal(a, b, ...) + local argv = {...} + local ignore = argv[1] or false + if M.__cmp.fn.matchstr(a, b) == '' then return false else return true end +end + + +function M.parser(regex, is_perl) + local vim_regex = regex + local substitute = vim.fn.substitute + -- matchadd function needs \ before [%@&] + vim_regex = substitute(vim_regex, [[\([%@&]\)]], [[\\\1]], 'g') + + -- non-greedy pattern + -- replace from what to what? + -- let vim_regex = substitute(vim_regex, '(? *, +, ?, {m,n} + vim_regex = substitute(vim_regex, [[(? atom\@= + vim_regex = substitute(vim_regex, [[\(\?=(.+?)\)]], '(\1)@=', 'g') + -- (?!atom) => atom\@! + vim_regex = substitute(vim_regex, [[\(\?!(.+?)\)]], '(\1)@!', 'g') + -- (?<=atom) => atom\@<= + vim_regex = substitute(vim_regex, [[\(\?<=(.+?)\)]], [[(\1)@<=]], 'g') + -- (? atom\@atom) => atom\@> + vim_regex = substitute(vim_regex, [[\(\?>(.+?)\)]], [[(\1)@>]], 'g') + end + + -- this won't hurt although they are not the same + vim_regex = substitute(vim_regex, [[\\A]], '^', 'g') + vim_regex = substitute(vim_regex, [[\\z]], '$', 'g') + vim_regex = substitute(vim_regex, [[\\B]], '', 'g') + + -- word boundary + -- \bword\b => + vim_regex = substitute(vim_regex, [[\\b\(\w\+\)\\b]], [[<\1>]], 'g') + + -- right word boundary + -- \bword => \ word\> + vim_regex = substitute(vim_regex, [[\(\w\+\)\\b]], [[\1>]], 'g') + + -- case-insensitive + -- (?i)abc => \cabc + -- (?-i)abc => \Cabc + vim_regex = substitute(vim_regex, '(?i)', [[\\c]], 'g') + vim_regex = substitute(vim_regex, '(?-i)', [[\\C]], 'g') + + -- (?Pexp) => (exp) + vim_regex = substitute(vim_regex, [[(?P<\w\+>\([^)]\+\))]], [[(\1)]], 'g') + + -- (?:exp) => %(exp) + vim_regex = substitute(vim_regex, [[(?:\([^)]\+\))]], [[%(\1)]], 'g') + + -- \a bell (\x07) + -- \f form feed (\x0C) + -- \v vertical tab (\x0B) + vim_regex = substitute(vim_regex, [[\\a]], '%x07', 'g') + vim_regex = substitute(vim_regex, [[\\f]], '%x0C', 'g') + vim_regex = substitute(vim_regex, [[\\v]], '%x0B', 'g') + + -- \123 octal character code (up to three digits) (when enabled) + -- \x7F hex character code (exactly two digits) + -- let vim_regex = substitute(vim_regex, '\\(x[0-9A-Fa-f][0-9A-Fa-f])', '%\1', 'g') + -- \x{10FFFF} any hex character code corresponding to a Unicode code point + -- \u007F hex character code (exactly four digits) + -- \u{7F} any hex character code corresponding to a Unicode code point + -- \U0000007F hex character code (exactly eight digits) + -- \U{7F} any hex character code corresponding to a Unicode code point + -- let vim_regex = substitute(vim_regex, '\\([uU])', '%\1', 'g') + + vim_regex = substitute(vim_regex, '\\[:ascii:\\]', '[\\\\x00-\\\\x7F]', 'g') + vim_regex = substitute(vim_regex, '\\[:word:\\]', '[0-9A-Za-z_]', 'g') + vim_regex = substitute(vim_regex, '\\[:alnum:\\]', '[^0-9A-Za-z]', 'g') + vim_regex = substitute(vim_regex, '\\[:alpha:\\]', '[^A-Za-z]', 'g') + vim_regex = substitute(vim_regex, '\\[:ascii:\\]', '[^\\x00-\\x7F]', 'g') + vim_regex = substitute(vim_regex, '\\[:blank:\\]', '[^\\t ]', 'g') + vim_regex = substitute(vim_regex, '\\[:cntrl:\\]', '[^\\x00-\\x1F\\x7F]', 'g') + vim_regex = substitute(vim_regex, '\\[:digit:\\]', '[^0-9]', 'g') + vim_regex = substitute(vim_regex, '\\[:graph:\\]', '[^!-~]', 'g') + vim_regex = substitute(vim_regex, '\\[:lower:\\]', '[^a-z]', 'g') + vim_regex = substitute(vim_regex, '\\[:print:\\]', '[^ -~]', 'g') + vim_regex = substitute(vim_regex, '\\[:punct:\\]', '[^!-/:-@\\[-`{-~]', 'g') + vim_regex = substitute(vim_regex, '\\[:space:\\]', '[^\\t\\n\\r ]', 'g') + vim_regex = substitute(vim_regex, '\\[:upper:\\]', '[^A-Z]', 'g') + vim_regex = substitute(vim_regex, '\\[:word:\\]', '[^0-9A-Za-z_]', 'g') + vim_regex = substitute(vim_regex, '\\[:xdigit:\\]', '[^0-9A-Fa-f]', 'g') + return [[\v]] .. vim_regex +end + +return M diff --git a/lua/spacevim/default.lua b/lua/spacevim/default.lua index 1e9fdfb9b..b1bca4548 100644 --- a/lua/spacevim/default.lua +++ b/lua/spacevim/default.lua @@ -1,6 +1,6 @@ --============================================================================= -- default.lua --- default option --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/layer.lua b/lua/spacevim/layer.lua index d905a3359..d3c763e9e 100644 --- a/lua/spacevim/layer.lua +++ b/lua/spacevim/layer.lua @@ -1,6 +1,6 @@ --============================================================================= -- layer.lua --- spacevim layer module --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/layer/lang/java.lua b/lua/spacevim/layer/lang/java.lua index 860e667cd..fa5aae952 100644 --- a/lua/spacevim/layer/lang/java.lua +++ b/lua/spacevim/layer/lang/java.lua @@ -1,6 +1,6 @@ --============================================================================= -- java.lua --- Java layer --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/logger.lua b/lua/spacevim/logger.lua index 276de1845..07a7b4f86 100644 --- a/lua/spacevim/logger.lua +++ b/lua/spacevim/logger.lua @@ -1,6 +1,6 @@ --============================================================================= -- logger.lua --- logger implemented in lua --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/plugin/a.lua b/lua/spacevim/plugin/a.lua index 16fd8ab0c..23665d177 100644 --- a/lua/spacevim/plugin/a.lua +++ b/lua/spacevim/plugin/a.lua @@ -1,6 +1,6 @@ --============================================================================= -- a.lua --- alternate plugin for SpaceVim --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/plugin/autosave.lua b/lua/spacevim/plugin/autosave.lua index 8698c87fb..b488835a4 100644 --- a/lua/spacevim/plugin/autosave.lua +++ b/lua/spacevim/plugin/autosave.lua @@ -1,6 +1,6 @@ --============================================================================= -- autosave.lua --- autosave plugin --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/plugin/mkdir.lua b/lua/spacevim/plugin/mkdir.lua index f203379a5..28decf76a 100644 --- a/lua/spacevim/plugin/mkdir.lua +++ b/lua/spacevim/plugin/mkdir.lua @@ -1,6 +1,6 @@ --============================================================================= -- mkdir.lua --- mkdir plugin in lua --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/plugin/projectmanager.lua b/lua/spacevim/plugin/projectmanager.lua index 78f5838bb..daabddb00 100644 --- a/lua/spacevim/plugin/projectmanager.lua +++ b/lua/spacevim/plugin/projectmanager.lua @@ -1,6 +1,6 @@ --============================================================================= -- projectmanager.lua --- The lua version of projectmanager..vim --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/plugin/tabline.lua b/lua/spacevim/plugin/tabline.lua index 30ee770b5..0122700db 100644 --- a/lua/spacevim/plugin/tabline.lua +++ b/lua/spacevim/plugin/tabline.lua @@ -1,6 +1,6 @@ --============================================================================= -- tabline.lua --- tabline plugin implemented in lua --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/plugin/windisk.lua b/lua/spacevim/plugin/windisk.lua index 1e6dc6fd8..07a2c491f 100644 --- a/lua/spacevim/plugin/windisk.lua +++ b/lua/spacevim/plugin/windisk.lua @@ -1,6 +1,6 @@ --============================================================================= -- windisk.lua --- windisk plugin in lua --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/lua/spacevim/plugins.lua b/lua/spacevim/plugins.lua index b2044d16c..41388e3ba 100644 --- a/lua/spacevim/plugins.lua +++ b/lua/spacevim/plugins.lua @@ -1,6 +1,6 @@ --============================================================================= -- plugins.lua --- plugin manager --- Copyright (c) 2016-2019 Wang Shidong & Contributors +-- Copyright (c) 2016-2023 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 diff --git a/syntax/SpaceVimTodoManager.vim b/syntax/SpaceVimTodoManager.vim index cc8292e0b..8f83bdbd8 100644 --- a/syntax/SpaceVimTodoManager.vim +++ b/syntax/SpaceVimTodoManager.vim @@ -1,6 +1,6 @@ "============================================================================= " SpaceVimTodoManager.vim --- syntax file for TodoManager -" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3