To: vim_dev@googlegroups.com Subject: Patch 7.4.2249 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2249 Problem: Missing colon in error message. Solution: Add the colon. (Dominique Pelle) Files: src/userfunc.c *** ../vim-7.4.2248/src/userfunc.c 2016-08-11 22:51:01.641495491 +0200 --- src/userfunc.c 2016-08-24 22:03:33.964829689 +0200 *************** *** 1955,1961 **** p += 7; if (current_funccal == NULL) { ! emsg_funcname(N_("E932 Closure function should not be at top level: %s"), name == NULL ? (char_u *)"" : name); goto erret; } --- 1955,1961 ---- p += 7; if (current_funccal == NULL) { ! emsg_funcname(N_("E932: Closure function should not be at top level: %s"), name == NULL ? (char_u *)"" : name); goto erret; } *************** *** 2738,2744 **** /* A normal function (not a numbered function or lambda) has a * refcount of 1 for the entry in the hashtable. When deleting * it and the refcount is more than one, it should be kept. ! * A numbered function and lambda snould be kept if the refcount is * one or more. */ if (fp->uf_refcount > (func_name_refcount(fp->uf_name) ? 0 : 1)) { --- 2738,2744 ---- /* A normal function (not a numbered function or lambda) has a * refcount of 1 for the entry in the hashtable. When deleting * it and the refcount is more than one, it should be kept. ! * A numbered function and lambda should be kept if the refcount is * one or more. */ if (fp->uf_refcount > (func_name_refcount(fp->uf_name) ? 0 : 1)) { *************** *** 3479,3485 **** } /* ! * Get function call environment based on bactrace debug level */ static funccall_T * get_funccal(void) --- 3479,3485 ---- } /* ! * Get function call environment based on backtrace debug level */ static funccall_T * get_funccal(void) *** ../vim-7.4.2248/src/version.c 2016-08-24 21:21:22.572601394 +0200 --- src/version.c 2016-08-24 22:05:17.527251283 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2249, /**/ -- hundred-and-one symptoms of being an internet addict: 65. The last time you looked at the clock it was 11:30pm, and in what seems like only a few seconds later, your sister runs past you to catch her 7am school bus. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///