diff options
| author | Byron Torres <b@torresjrjr.com> | 2022-05-11 18:32:11 +0100 |
|---|---|---|
| committer | Byron Torres <b@torresjrjr.com> | 2022-05-11 18:32:11 +0100 |
| commit | 6953d4964fe957d8018d5021e78e5c5b0d97809f (patch) | |
| tree | ad2a7cbe15ccd43fb1973ecdecd8961c8c3e4c56 /ftplugin | |
| parent | add doc/haredoc.txt help file and tags (diff) | |
| download | vim-haredoc-6953d4964fe957d8018d5021e78e5c5b0d97809f.tar.gz | |
mention license and mirrors
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/hare.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/hare.vim b/ftplugin/hare.vim index 2a03bb6..9a8be3c 100644 --- 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> |
