0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.4a.047

Problem:    Some comments are not so nice.
Solution:   Change the comments.
This commit is contained in:
Bram Moolenaar
2013-07-28 16:03:06 +02:00
parent 16ea3676db
commit 1a4a75c5dc
5 changed files with 6 additions and 3 deletions

View File

@@ -2891,7 +2891,7 @@ free_yank_all()
* 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)