commit | 1a4a75c5dcc4a255bbaa60ea6aade5ffdd32e4d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 16:03:06 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 16:03:06 2013 +0200 |
tree | 425b37caaccc2a7553b97e846133016c2a7d179e | |
parent | 16ea3676db939c9cc326d3707cf9a0e1023ba9cd [diff] [blame] |
updated for version 7.4a.047 Problem: Some comments are not so nice. Solution: Change the comments.
diff --git a/src/ops.c b/src/ops.c index 0eb5903..3ee6e55 100644 --- a/src/ops.c +++ b/src/ops.c
@@ -2891,7 +2891,7 @@ * register and then concatenate the old and the new one (so we keep the old * one in case of out-of-memory). * - * return FAIL for failure, OK otherwise + * Return FAIL for failure, OK otherwise. */ int op_yank(oap, deleting, mess)