From 88456cd3c49a3dd1fda17cf350daa9b8216b1aa6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 18 Nov 2022 22:14:09 +0000 Subject: patch 9.0.0904: various comment and indent flaws Problem: Various comment and indent flaws. Solution: Improve comments and indenting. --- src/evalwindow.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/evalwindow.c') diff --git a/src/evalwindow.c b/src/evalwindow.c index bc5925182e..3578669ae8 100644 --- a/src/evalwindow.c +++ b/src/evalwindow.c @@ -89,6 +89,7 @@ win_id2wp(int id) /* * Return the window and tab pointer of window "id". + * Returns NULL when not found. */ win_T * win_id2wp_tp(int id, tabpage_T **tpp) -- cgit v1.2.3