comparison src/feature.h @ 4352:04736b4030ec v7.3.925

updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 04:24:17 +0200
parents b53fa3b43193
children dfbe53a54c79
comparison
equal deleted inserted replaced
4351:e5137a5dcf15 4352:04736b4030ec
1005 */ 1005 */
1006 /* #define RUNTIME_GLOBAL "/etc/vim" */ 1006 /* #define RUNTIME_GLOBAL "/etc/vim" */
1007 1007
1008 /* 1008 /*
1009 * MODIFIED_BY Name of who modified Vim. Required when distributing 1009 * MODIFIED_BY Name of who modified Vim. Required when distributing
1010 * a modifed version of Vim. 1010 * a modified version of Vim.
1011 * Also from the "--with-modified-by" configure argument. 1011 * Also from the "--with-modified-by" configure argument.
1012 */ 1012 */
1013 /* #define MODIFIED_BY "John Doe" */ 1013 /* #define MODIFIED_BY "John Doe" */
1014 1014
1015 /* 1015 /*