diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 19:19:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 19:19:59 +0000 |
commit | 49325942f5451aa3f906cc6aefc9f39b60392bd5 (patch) | |
tree | faa1f3cc42ec542f73ffa8dc0e47e4cd79831528 /src/ui.c | |
parent | 5f52cff1b346f5674291b5988017165a1f2287d9 (diff) | |
download | vim-git-49325942f5451aa3f906cc6aefc9f39b60392bd5.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2355,7 +2355,7 @@ clip_x11_set_selection(cbd) /* * Move the cursor to the specified row and column on the screen. - * Change current window if neccesary. Returns an integer with the + * Change current window if necessary. Returns an integer with the * CURSOR_MOVED bit set if the cursor has moved or unset otherwise. * * The MOUSE_FOLD_CLOSE bit is set when clicked on the '-' in a fold column. @@ -2422,7 +2422,7 @@ jump_to_mouse(flags, inclusive, which_button) && prev_col == mouse_col) { retnomove: - /* before moving the cursor for a left click wich is NOT in a status + /* before moving the cursor for a left click which is NOT in a status * line, stop Visual mode */ if (on_status_line) return IN_STATUS_LINE; |