commit | cc448b373d580856f92ff7a9e04daf65444b5cd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 14 16:52:17 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 14 16:52:17 2010 +0200 |
tree | 3cb827a7aa56a93acea0a1201d5754ebcca9b808 | |
parent | d43848c0dd0603248405bb93364866cd495f0547 [diff] [blame] |
Support completion for ":find". (Nazri Ramliy) Cleanup white space.
diff --git a/src/ops.c b/src/ops.c index 5e0c99f..d259cca 100644 --- a/src/ops.c +++ b/src/ops.c
@@ -4292,7 +4292,7 @@ /* * Set the cursor column: * Vi compatible: use the column of the first join - * vim: use the column of the last join + * vim: use the column of the last join */ curwin->w_cursor.col = (vim_strchr(p_cpo, CPO_JOINCOL) != NULL ? currsize : col);