mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
runtime(helpcurwin): fix E121 error
closes: #19270 Signed-off-by: Peter Kenny <github.com@k1w1.cyou> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
3f7be0d7e1
commit
754fc64d2e
+2
-8
@@ -3,15 +3,9 @@ vim9script
|
||||
# Open Vim help on {subject} in the current window (rather than a new split)
|
||||
#
|
||||
# Maintainer: The Vim Project <https://github.com/vim/vim>
|
||||
# Last change: 2025 Dec 02
|
||||
# Last change: 2026 Jan 29
|
||||
|
||||
# Exit when the helpcurwin plugin is loaded already
|
||||
if exists('g:loaded_helpcurwin')
|
||||
finish
|
||||
endif
|
||||
g:loaded_helpcurwin = true
|
||||
|
||||
import autoload 'helpcurwin.vim'
|
||||
import autoload '../autoload/helpcurwin.vim'
|
||||
|
||||
command -bar -nargs=? -complete=help HelpCurwin helpcurwin.Open(<q-args>)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user