diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:38:52 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:38:52 +0000 |
commit | 10c56952d8d29365e178baa4e0db785493041595 (patch) | |
tree | 7330479a65e48a2c92c135a37e106686f484f6ce /src/ops.c | |
parent | 335437bb249a46c51109251ff50f1b9aa8828fc4 (diff) | |
download | vim-10c56952d8d29365e178baa4e0db785493041595.zip |
updated for version 7.1b
Diffstat (limited to 'src/ops.c')
-rw-r--r-- | src/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4094,7 +4094,7 @@ do_do_join(count, insert_space) * "redraw" is TRUE when the screen should be updated. * Caller must have setup for undo. * - * return FAIL for failure, OK ohterwise + * return FAIL for failure, OK otherwise */ int do_join(insert_space) |