diff src/move.c @ 31140:a52697bcffa6 v9.0.0904

patch 9.0.0904: various comment and indent flaws Commit: https://github.com/vim/vim/commit/88456cd3c49a3dd1fda17cf350daa9b8216b1aa6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 18 22:14:09 2022 +0000 patch 9.0.0904: various comment and indent flaws Problem: Various comment and indent flaws. Solution: Improve comments and indenting.
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Nov 2022 23:15:04 +0100
parents 8de082110e2d
children 69cea3380d9a
line wrap: on
line diff
--- a/src/move.c
+++ b/src/move.c
@@ -2852,7 +2852,8 @@ cursor_correct(void)
 static void get_scroll_overlap(lineoff_T *lp, int dir);
 
 /*
- * Move screen "count" pages up or down and update screen.
+ * Move screen "count" pages up ("dir" is BACKWARD) or down ("dir" is FORWARD)
+ * and update the screen.
  *
  * Return FAIL for failure, OK otherwise.
  */