Update email address and last changed dates
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
|||||||
# See: https://axvr.io/projects/ascribe/
|
# See: https://ascribe.axvr.uk
|
||||||
* text=auto eol=lf final-newline trim-trailing-whitespace
|
* text=auto eol=lf final-newline trim-trailing-whitespace
|
||||||
*.vim line-length=78 expand-tab tab-stop=4
|
*.vim line-length=78 expand-tab tab-stop=4
|
||||||
doc/*.txt line-length=78 expand-tab tab-stop=4
|
doc/*.txt line-length=78 expand-tab tab-stop=4
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ Different Vim colour schemes will result in different appearances.
|
|||||||
|
|
||||||
** Licence
|
** Licence
|
||||||
|
|
||||||
Copyright © 2018–2020, Alex Vear.
|
Copyright © 2018–2021, Alex Vear.
|
||||||
|
|
||||||
Org.vim is distributed under the same terms as Vim itself.
|
Org.vim is distributed under the same terms as Vim itself.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
" Helper functions for org.vim
|
" Helper functions for org.vim
|
||||||
"
|
"
|
||||||
" Maintainer: Alex Vear <av@axvr.io>
|
" Maintainer: Alex Vear <alex@vear.uk>
|
||||||
" License: Vim (see `:help license`)
|
" License: Vim (see `:help license`)
|
||||||
" Location: autoload/org.vim
|
" Location: autoload/org.vim
|
||||||
" Website: https://github.com/axvr/org.vim
|
" Website: https://github.com/axvr/org.vim
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ v1.0 [2019-09-28]~
|
|||||||
|
|
||||||
Org.vim is distributed under the same terms as Vim itself.
|
Org.vim is distributed under the same terms as Vim itself.
|
||||||
|
|
||||||
Copyright (c) 2018–2020, Alex Vear.
|
Copyright (c) 2018–2021, Alex Vear.
|
||||||
|
|
||||||
A copy of the full licence text should have been provided with this extension
|
A copy of the full licence text should have been provided with this extension
|
||||||
in the `LICENCE` file. The license can also be viewed on the web [3] or by
|
in the `LICENCE` file. The license can also be viewed on the web [3] or by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
" Vim filetype detect plugin for GNU Emacs' Org mode
|
" Vim filetype detect plugin for GNU Emacs' Org mode
|
||||||
"
|
"
|
||||||
" Maintainer: Alex Vear <av@axvr.io>
|
" Maintainer: Alex Vear <alex@vear.uk>
|
||||||
" License: Vim (see `:help license`)
|
" License: Vim (see `:help license`)
|
||||||
" Location: ftplugin/org.vim
|
" Location: ftplugin/org.vim
|
||||||
" Website: https://github.com/axvr/org.vim
|
" Website: https://github.com/axvr/org.vim
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
" Vim filetype plugin for GNU Emacs' Org mode
|
" Vim filetype plugin for GNU Emacs' Org mode
|
||||||
"
|
"
|
||||||
" Maintainer: Alex Vear <av@axvr.io>
|
" Maintainer: Alex Vear <alex@vear.uk>
|
||||||
" License: Vim (see `:help license`)
|
" License: Vim (see `:help license`)
|
||||||
" Location: ftplugin/org.vim
|
" Location: ftplugin/org.vim
|
||||||
" Website: https://github.com/axvr/org.vim
|
" Website: https://github.com/axvr/org.vim
|
||||||
" Last Change: 2020-01-04
|
" Last Change: 2020-02-15
|
||||||
"
|
"
|
||||||
" Reference Specification: Org mode manual
|
" Reference Specification: Org mode manual
|
||||||
" GNU Info: `$ info Org`
|
" GNU Info: `$ info Org`
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
" Vim filetype plugin for GNU Emacs' Outline mode
|
" Vim filetype plugin for GNU Emacs' Outline mode
|
||||||
"
|
"
|
||||||
" Maintainer: Alex Vear <av@axvr.io>
|
" Maintainer: Alex Vear <alex@vear.uk>
|
||||||
" License: Vim (see `:help license`)
|
" License: Vim (see `:help license`)
|
||||||
" Location: ftplugin/outline.vim
|
" Location: ftplugin/outline.vim
|
||||||
" Website: https://github.com/axvr/org.vim
|
" Website: https://github.com/axvr/org.vim
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
" Vim syntax file for GNU Emacs' Org mode
|
" Vim syntax file for GNU Emacs' Org mode
|
||||||
"
|
"
|
||||||
" Maintainer: Alex Vear <av@axvr.io>
|
" Maintainer: Alex Vear <alex@vear.uk>
|
||||||
" License: Vim (see `:help license`)
|
" License: Vim (see `:help license`)
|
||||||
" Location: syntax/org.vim
|
" Location: syntax/org.vim
|
||||||
" Website: https://github.com/axvr/org.vim
|
" Website: https://github.com/axvr/org.vim
|
||||||
" Last Change: 2020-01-05
|
" Last Change: 2021-03-11
|
||||||
"
|
"
|
||||||
" Reference Specification: Org mode manual
|
" Reference Specification: Org mode manual
|
||||||
" GNU Info: `$ info Org`
|
" GNU Info: `$ info Org`
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
" Vim syntax file for GNU Emacs' Outline mode
|
" Vim syntax file for GNU Emacs' Outline mode
|
||||||
"
|
"
|
||||||
" Maintainer: Alex Vear <av@axvr.io>
|
" Maintainer: Alex Vear <alex@vear.uk>
|
||||||
" License: Vim (see `:help license`)
|
" License: Vim (see `:help license`)
|
||||||
" Location: syntax/outline.vim
|
" Location: syntax/outline.vim
|
||||||
" Website: https://github.com/axvr/org.vim
|
" Website: https://github.com/axvr/org.vim
|
||||||
" Last Change: 2019-09-28
|
" Last Change: 2020-08-24
|
||||||
"
|
"
|
||||||
" Reference Specification: GNU Emacs Manual, section 'Outline Mode'
|
" Reference Specification: GNU Emacs Manual, section 'Outline Mode'
|
||||||
" GNU Info: `$ info Emacs Outline Mode`
|
" GNU Info: `$ info Emacs Outline Mode`
|
||||||
|
|||||||
Reference in New Issue
Block a user