summaryrefslogtreecommitdiffstats
path: root/src/evalwindow.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-18 22:14:09 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-18 22:14:09 +0000
commit88456cd3c49a3dd1fda17cf350daa9b8216b1aa6 (patch)
treebd241035e3d905b74667faca9f75e48c9c9c310d /src/evalwindow.c
parentd13166e788fcaef59ec65c20b46ca4be16625669 (diff)
patch 9.0.0904: various comment and indent flawsv9.0.0904
Problem: Various comment and indent flaws. Solution: Improve comments and indenting.
Diffstat (limited to 'src/evalwindow.c')
-rw-r--r--src/evalwindow.c1
1 files changed, 1 insertions, 0 deletions
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)