1
0
forked from aniani/vim

patch 9.0.0904: various comment and indent flaws

Problem:    Various comment and indent flaws.
Solution:   Improve comments and indenting.
This commit is contained in:
Bram Moolenaar
2022-11-18 22:14:09 +00:00
parent d13166e788
commit 88456cd3c4
14 changed files with 61 additions and 42 deletions

View File

@@ -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.
*/