comparison src/option.c @ 5245:8c6615a30951 v7.4a.047

updated for version 7.4a.047 Problem: Some comments are not so nice. Solution: Change the comments.
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Jul 2013 16:03:06 +0200
parents 7a6ce0c426fe
children 878ed73c7070
comparison
equal deleted inserted replaced
5244:eb7ce2918a03 5245:8c6615a30951
11450 options[opt_idx].flags |= P_WAS_SET; 11450 options[opt_idx].flags |= P_WAS_SET;
11451 } 11451 }
11452 11452
11453 /* 11453 /*
11454 * Return TRUE when option "name" has been set. 11454 * Return TRUE when option "name" has been set.
11455 * Only works correctly for global options.
11455 */ 11456 */
11456 int 11457 int
11457 option_was_set(name) 11458 option_was_set(name)
11458 char_u *name; 11459 char_u *name;
11459 { 11460 {