blob: 029052f704305e4dc3025b5c337fc1c7f0ccc03e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
mnv9script
# Open MNV help on {subject} in the current window (rather than a new split)
#
# Maintainer: The MNV Project <https://github.com/Project-Tick/Project-Tick>
# Last change: 2026 Jan 29
import autoload '../autoload/helpcurwin.mnv'
command -bar -nargs=? -complete=help HelpCurwin helpcurwin.Open(<q-args>)
nnoremap <Plug>HelpCurwin; <ScriptCmd>helpcurwin.Open(expand('<cWORD>'))<CR>
# mnv: ts=8 sts=2 sw=2 et
|