0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.0.0164: outdated and misplaced comments

Problem:    Outdated and misplaced comments.
Solution:   Fix the comments.
This commit is contained in:
Bram Moolenaar
2017-01-10 13:51:09 +01:00
parent 68563937f5
commit caa55b65c2
6 changed files with 18 additions and 17 deletions

View File

@@ -403,7 +403,7 @@ incl(pos_T *lp)
int
dec_cursor(void)
{
return dec(&curwin->w_cursor);
return dec(&curwin->w_cursor);
}
int