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:
@@ -403,7 +403,7 @@ incl(pos_T *lp)
|
||||
int
|
||||
dec_cursor(void)
|
||||
{
|
||||
return dec(&curwin->w_cursor);
|
||||
return dec(&curwin->w_cursor);
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user