mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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
|