Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
axvr committed Jun 15, 2021
1 parent 9288766 commit 5d39cfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion autoload/zepl.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" ===================== ZEPL.VIM =====================
" Repository: <https://github.com/axvr/zepl.vim>
" File: autoload/zepl.vim
" Author: Alex Vear <av@axvr.io>
" Author: Alex Vear <alex@vear.uk>
" Legal: No rights reserved. Public domain.
" ====================================================

Expand Down
2 changes: 1 addition & 1 deletion doc/zepl-contrib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
>
Expand Down
2 changes: 1 addition & 1 deletion plugin/zepl.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" ===================== ZEPL.VIM =====================
" Repository: <https://github.com/axvr/zepl.vim>
" File: plugin/zepl.vim
" Author: Alex Vear <av@axvr.io>
" Author: Alex Vear <alex@vear.uk>
" Legal: No rights reserved. Public domain.
" ====================================================

Expand Down

0 comments on commit 5d39cfa

Please sign in to comment.