From c872d321749129482a96818124c8b6e0b726e48e Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 6 Dec 2025 00:20:53 +0100 Subject: feat: add goto support --- ftplugin/hare.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ftplugin/hare.vim') diff --git a/ftplugin/hare.vim b/ftplugin/hare.vim index 944ee0a..1e9fad7 100644 --- a/ftplugin/hare.vim +++ b/ftplugin/hare.vim @@ -1,9 +1,11 @@ " Haredoc plugin -- Hare documentation in vim " Maintainer: Byron Torres -" Last Updated: 2022-06-15 +" Maintainer: Polesznyák Márk +" Last Updated: 2025-12-06 " License: Vim License setlocal keywordprg=haredoc nnoremap K :call Haredoc('.') nnoremap gK :call Haredoc(',') +nnoremap gd :call Haredoc(';') -- cgit v1.2.3