To: vim-dev@vim.org Subject: Patch 6.1a.016 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1a.016 Problem: Completion after ":language" doesn't include "time". (Raul Segura Acevedo) Solution: Add the alternative to the completions. Files: src/ex_cmds2.c *** ../vim61a.015/src/ex_cmds2.c Mon Feb 11 10:02:29 2002 --- src/ex_cmds2.c Thu Feb 28 21:29:51 2002 *************** *** 4756,4761 **** --- 4756,4763 ---- return (char_u *)"messages"; if (idx == 1) return (char_u *)"ctype"; + if (idx == 2) + return (char_u *)"time"; return NULL; } # endif *** ../vim61a.015/src/version.c Thu Feb 28 21:25:07 2002 --- src/version.c Thu Feb 28 21:31:56 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 16, /**/ -- How many light bulbs does it take to change a person? /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///