forked from aniani/vim
11 lines
118 B
VimL
11 lines
118 B
VimL
![]() |
" Tests for :help
|
||
|
|
||
|
func Test_help_restore_snapshot()
|
||
|
help
|
||
|
set buftype=
|
||
|
help
|
||
|
edit x
|
||
|
help
|
||
|
helpclose
|
||
|
endfunc
|