commit | fff2beeeaa2c02a18fa4b2a6807717679e1a6dcf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 15 13:56:02 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 15 13:56:02 2010 +0200 |
tree | c7f77628ab6a605e7d1c111556a32a52e5c6006e | |
parent | 00a927d62b68a3523cb1c4f9aa3f7683345c8182 [diff] [blame] |
First step in the Vim 7.3 branch. Changed version numbers.
diff --git a/src/move.c b/src/move.c index b4818ff..de1a9e4 100644 --- a/src/move.c +++ b/src/move.c
@@ -696,7 +696,7 @@ /* * Compute wp->w_cline_row and wp->w_cline_height, based on the current value - * of wp->w_topine. + * of wp->w_topline. * * Returns OK when cursor is in the window, FAIL when it isn't. */