From 5d39cfac5823fccd5f55927b69cb9e8b2da13f79 Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Tue, 15 Jun 2021 19:17:14 +0100 Subject: [PATCH] Update email address --- .gitattributes | 2 +- autoload/zepl.vim | 2 +- doc/zepl-contrib.txt | 2 +- plugin/zepl.vim | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 088fb0d..ef17ace 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -# See: https://axvr.io/projects/ascribe +# See: https://ascribe.axvr.uk * text=auto final-newline eol=lf expand-tab trim-trailing-whitespace *.vim tab-stop=4 line-length=78 doc/*.txt tab-stop=2 line-length=78 diff --git a/autoload/zepl.vim b/autoload/zepl.vim index fbc9217..8c93f46 100644 --- a/autoload/zepl.vim +++ b/autoload/zepl.vim @@ -1,7 +1,7 @@ " ===================== ZEPL.VIM ===================== " Repository: " File: autoload/zepl.vim -" Author: Alex Vear +" Author: Alex Vear " Legal: No rights reserved. Public domain. " ==================================================== diff --git a/doc/zepl-contrib.txt b/doc/zepl-contrib.txt index 46cdf07..aa0fb42 100644 --- a/doc/zepl-contrib.txt +++ b/doc/zepl-contrib.txt @@ -76,7 +76,7 @@ Add the following code snippet to your |vimrc| to enable this extension. < By using the `load_file` key in 'b:repl_config' or 'g:repl_config', you can specify a command for zepl to insert the file name into, and then send to the -REPL. The command uses `%s` in place of the file name (see: |printf()|). +REPL. The command uses `%s` in place of the file name (see: |printf()|). Examples: > diff --git a/plugin/zepl.vim b/plugin/zepl.vim index 8c9fdc9..32d12a9 100644 --- a/plugin/zepl.vim +++ b/plugin/zepl.vim @@ -1,7 +1,7 @@ " ===================== ZEPL.VIM ===================== " Repository: " File: plugin/zepl.vim -" Author: Alex Vear +" Author: Alex Vear " Legal: No rights reserved. Public domain. " ====================================================