mnv9script # Open MNV help on {subject} in the current window (rather than a new split) # # Maintainer: The MNV Project # Last change: 2026 Jan 29 import autoload '../autoload/helpcurwin.mnv' command -bar -nargs=? -complete=help HelpCurwin helpcurwin.Open() nnoremap HelpCurwin; helpcurwin.Open(expand('')) # mnv: ts=8 sts=2 sw=2 et