vim-haredoc

[vim] haredoc plugin
git clone https://git.torresjrjr.com/vim-haredoc.git
Log | Files | Refs | README | LICENSE

commit 6953d4964fe957d8018d5021e78e5c5b0d97809f
parent 1809c8d5c66b850c6752f933394698d98766a69e
Author: Byron Torres <b@torresjrjr.com>
Date:   Wed, 11 May 2022 18:32:11 +0100

mention license and mirrors

Diffstat:
MREADME.md | 7+++++++
Mdoc/haredoc.txt | 5+++++
Mftplugin/hare.vim | 1+
3 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -30,6 +30,13 @@ In your shell: Send patches to <~torresjrjr/public-inbox@lists.sr.ht> ([archive][a]). +Mirrors: +- <https://git.sr.ht/~torresjrjr/vim-haredoc> +- <https://git.torresjrjr.com/vim-haredoc/> + +License: Vim License + + [h]: https://docs.harelang.org/ [v]: https://github.com/junegunn/vim-plug [a]: https://lists.sr.ht/~torresjrjr/public-inbox diff --git a/doc/haredoc.txt b/doc/haredoc.txt @@ -28,4 +28,9 @@ COMMANDS :Haredoc . Same as the |K| command. +LICENSE + +Vim License + + vim:tw=78:ts=8:noet:ft=help:norl: diff --git a/ftplugin/hare.vim b/ftplugin/hare.vim @@ -1,6 +1,7 @@ " Haredoc plugin -- Hare documentation in vim " Maintainer: Byron Torres <b@torresjrjr.com> " Last Updated: 2022-05-22 +" License: Vim License set keywordprg=haredoc nnoremap K :call Haredoc('.')<CR>