vim9script export def Do() var view = winsaveview() normal gg=G winrestview(view) enddef