Problem: Various comments can be improved.
Solution: Various comment adjustments.
/*
* Allocate an empty header for a dictionary.
+ * Caller should take care of the reference count.
*/
dict_T *
dict_alloc(void)
}
else
{
- // Test_colorscheme()
if (menu->xpm_fname != NULL)
{
XtSetArg(args[n], XmNpixmapFile, menu->xpm_fname); n++;
#ifdef FEAT_PROFILE
proftime_T prof_child; // time spent in a child
#endif
- funccall_T *caller; // calling function or NULL
+ funccall_T *caller; // calling function or NULL; or next funccal in
+ // list pointed to by previous_funccal.
// for closure
int fc_refcount; // number of user functions that reference this
call feedkeys('x', 'nt')
endfunc
-" Get $VIMPROG to run Vim executable.
+" Get $VIMPROG to run the Vim executable.
" The Makefile writes it as the first line in the "vimcmd" file.
func GetVimProg()
if !filereadable('vimcmd')
call writefile([], "Xnetbeans")
let after =<< trim END
source shared.vim
+ set cpo&vim
func ReadXnetbeans()
let l = readfile("Xnetbeans")
may_garbage_collect = FALSE;
save_vimvars(&vvsave);
+ // Invoke the callback.
timer->tr_firing = TRUE;
timer_callback(timer);
timer->tr_firing = FALSE;
+ // Restore stuff.
timer_next = timer->tr_next;
did_one = TRUE;
timer_busy = save_timer_busy;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1961,
/**/
1960,
/**/