commit | 88456cd3c49a3dd1fda17cf350daa9b8216b1aa6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 18 22:14:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 18 22:14:09 2022 +0000 |
tree | bd241035e3d905b74667faca9f75e48c9c9c310d | |
parent | d13166e788fcaef59ec65c20b46ca4be16625669 [diff] [blame] |
patch 9.0.0904: various comment and indent flaws Problem: Various comment and indent flaws. Solution: Improve comments and indenting.
diff --git a/src/evalwindow.c b/src/evalwindow.c index bc59251..3578669 100644 --- a/src/evalwindow.c +++ b/src/evalwindow.c
@@ -89,6 +89,7 @@ /* * Return the window and tab pointer of window "id". + * Returns NULL when not found. */ win_T * win_id2wp_tp(int id, tabpage_T **tpp)