diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-10 13:51:09 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-10 13:51:09 +0100 |
commit | caa55b65c204946d160c1b743c5f8f3b506dc4d3 (patch) | |
tree | 3dd961455a51a51c70020597080d9014aa37366b /src/misc2.c | |
parent | 68563937f58ea2dc31b58739336c383d2fd7e6cf (diff) | |
download | vim-git-caa55b65c204946d160c1b743c5f8f3b506dc4d3.tar.gz |
patch 8.0.0164: outdated and misplaced commentsv8.0.0164
Problem: Outdated and misplaced comments.
Solution: Fix the comments.
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c index afafee160..c26f90075 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -403,7 +403,7 @@ incl(pos_T *lp) int dec_cursor(void) { - return dec(&curwin->w_cursor); + return dec(&curwin->w_cursor); } int |