commit | a9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 18:00:42 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 18:00:42 2023 +0000 |
tree | f22f9b6ea343ff0151b39b11da757ecd2c91fafc | |
parent | 40b4872966d3886e7ff86184ae4ffb58704bf075 [diff] [blame] |
patch 9.0.1285: various small problems Problem: Various small problems. Solution: Adjust white space and comments.
diff --git a/src/testdir/view_util.vim b/src/testdir/view_util.vim index d9e740d..71cb071 100644 --- a/src/testdir/view_util.vim +++ b/src/testdir/view_util.vim
@@ -51,6 +51,7 @@ return attrs endfunc +" Create a new window with the requested size and fix it. func NewWindow(height, width) abort exe a:height . 'new' exe a:width . 'vsp'