vim9script if exists("*go#jump#Do") | finish | endif nnoremap ]] :call go#jump#Do(':/^\(func\\|type\)') nnoremap [[ :call go#jump#Do(':?^\(func\\|type\)') nnoremap ]m :call go#jump#Do(':/^\s*\(func\\|type\)') nnoremap [m :call go#jump#Do(':?^\s*\(func\\|type\)')